support multiple admin authorized keys
fix ssh file permissions
This commit is contained in:
parent
20d0299e32
commit
2c87d22fa2
4 changed files with 12 additions and 5 deletions
|
@ -2,7 +2,9 @@
|
|||
copy:
|
||||
src: "{{ role_path }}/files/ca.sh"
|
||||
dest: /root/ca.sh
|
||||
mode: 755
|
||||
- name: Copy keys
|
||||
copy:
|
||||
src: "{{ role_path }}/files/keys/"
|
||||
dest: /root/.ssh/
|
||||
mode: preserve
|
||||
|
|
Reference in a new issue