Compare commits

...

1 Commits

Author SHA1 Message Date
Reynir Björnsson 90090f4bc9 Don't add keys to root by default 2019-11-28 13:50:52 +01:00
1 changed files with 0 additions and 6 deletions

View File

@ -13,9 +13,3 @@
user: "{{ item.key }}"
key: "{{ item.value.key }}"
with_dict: "{{ users | default({}) }}"
- name: "Add ssh authorized_keys to root user"
authorized_key:
user: "root"
key: "{{ item.value.key }}"
with_dict: "{{ users | default({}) }}"