This commit is contained in:
parent
93d23cf14b
commit
d4405bdb61
|
@ -3,8 +3,9 @@
|
||||||
vars:
|
vars:
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Set up multiple authorized keys
|
- name: SYSTEM - Set authorized key for test_user took from file
|
||||||
ansible.posix.authorized_key:
|
tags: system-user
|
||||||
user: deploy
|
authorized_key:
|
||||||
|
user: "{{ user }}"
|
||||||
state: present
|
state: present
|
||||||
key: "{{ key }}"
|
key: "{{ key }}
|
Loading…
Reference in New Issue