mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 09:01:38 +01:00
add: support for extra root keys & bekama key
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user