This commit is contained in:
David Lopez 2023-07-26 10:53:47 +02:00
parent 514d53e689
commit 6849da2e8d
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
- hosts: "{{ host }}"
vars:
- name: Set up multiple authorized keys
ansible.posix.authorized_key:
user: deploy
state: present
key: '{{ key }}'