restructure

update readme
fix ansible role tags
This commit is contained in:
Pim Kunis 2023-04-13 17:51:54 +02:00
parent 6502f9c514
commit 7f7ae9b91d
24 changed files with 67 additions and 108 deletions
ansible/roles/ca/tasks

View 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