mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
add a restorecon on the ssh keys for those silly people who like selinux and security :)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user