This commit is contained in:
parent
3a4f8b0828
commit
93d23cf14b
|
@ -1,6 +1,8 @@
|
||||||
---
|
---
|
||||||
hosts: "{{ host }}"
|
- hosts: "{{ host }}"
|
||||||
vars:
|
vars:
|
||||||
|
|
||||||
|
tasks:
|
||||||
- name: Set up multiple authorized keys
|
- name: Set up multiple authorized keys
|
||||||
ansible.posix.authorized_key:
|
ansible.posix.authorized_key:
|
||||||
user: deploy
|
user: deploy
|
||||||
|
|
Loading…
Reference in New Issue