restructure
update readme fix ansible role tags
This commit is contained in:
parent
6502f9c514
commit
7f7ae9b91d
24 changed files with 67 additions and 108 deletions
ansible/roles/ca/tasks
10
ansible/roles/ca/tasks/main.yml
Normal file
10
ansible/roles/ca/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