allow log in of root@fed-cloud09
so packstack can log there from root@fed-cloud09
This commit is contained in:
parent
8d4b350b93
commit
436bb150a0
2 changed files with 4 additions and 0 deletions
|
@ -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') }}"
|
||||
|
|
|
@ -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') }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue