allow log in of root@fed-cloud09

so packstack can log there from root@fed-cloud09
This commit is contained in:
Miroslav Suchý 2014-09-19 16:36:28 +00:00
parent 8d4b350b93
commit 436bb150a0
2 changed files with 4 additions and 0 deletions

View file

@ -28,3 +28,5 @@
handlers:
- include: "{{ handlers }}/restart_services.yml"
- include: "{{ handlers }}/semanage.yml"
- authorized_key: user=root key="{{ lookup('file', files + '/fedora-cloud/fed09-ssh-key.pub') }}"

View file

@ -28,3 +28,5 @@
handlers:
- include: "{{ handlers }}/restart_services.yml"
- include: "{{ handlers }}/semanage.yml"
- authorized_key: user=root key="{{ lookup('file', files + '/fedora-cloud/fed09-ssh-key.pub') }}"