add: support for extra root keys & bekama key

This commit is contained in:
2023-05-23 18:08:19 +02:00
parent 4b52fbeb7a
commit 9a200e1197
3 changed files with 12 additions and 0 deletions

View File

@@ -41,3 +41,9 @@
owner: sheppy
group: sheppy
mode: 0600
- name: Add extra root keys
lineinfile:
path: /root/.ssh/authorized_keys
line: "{{ item }}"
loop: "{{ extra_root_keys }}"