move to new module setup (#2)
Reviewed-on: https://git.pim.kunis.nl/home/hermes/pulls/2
This commit is contained in:
parent
d13fb8ee95
commit
1088fefdb2
20 changed files with 9 additions and 64 deletions
10
roles/ssh/tasks/main.yml
Normal file
10
roles/ssh/tasks/main.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
- name: Copy ca.sh
|
||||
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