add a restorecon on the ssh keys for those silly people who like selinux and security :)
This commit is contained in:
parent
f3d959d12f
commit
6794fdc28b
1 changed files with 6 additions and 0 deletions
|
@ -31,6 +31,12 @@
|
|||
tags:
|
||||
- config
|
||||
|
||||
# note - kinda should be a handler - but handlers need args
|
||||
- name: restorecon
|
||||
action: command restorecon -R /root/.ssh
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: put /dev/vda2 up as /mnt
|
||||
action: mount name=/mnt src=/dev/vda2 fstype=ext3 passno=1 dump=1 state=mounted
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue