Don't add SSH keys to root
This commit is contained in:
parent
1542b0faf0
commit
0fd11fee37
|
@ -15,9 +15,3 @@
|
||||||
key: "{{ item.ssh_keys | join('\n') }}"
|
key: "{{ item.ssh_keys | join('\n') }}"
|
||||||
exclusive: true
|
exclusive: true
|
||||||
loop: "{{ users | default([]) }}"
|
loop: "{{ users | default([]) }}"
|
||||||
|
|
||||||
- name: "Add ssh authorized_keys to root user"
|
|
||||||
ansible.posix.authorized_key:
|
|
||||||
user: "root"
|
|
||||||
key: "{{ users | default([]) | map(attribute='ssh_keys') | flatten | join('\n') }}"
|
|
||||||
exclusive: true
|
|
||||||
|
|
Loading…
Reference in a new issue