add a restorecon on the ssh keys for those silly people who like selinux and security :)

This commit is contained in:
Seth Vidal 2012-10-19 20:17:20 +00:00
parent f3d959d12f
commit 6794fdc28b

View file

@ -31,6 +31,12 @@
tags: tags:
- config - 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 - name: put /dev/vda2 up as /mnt
action: mount name=/mnt src=/dev/vda2 fstype=ext3 passno=1 dump=1 state=mounted action: mount name=/mnt src=/dev/vda2 fstype=ext3 passno=1 dump=1 state=mounted