Restructured role manage-ssh-keys

This commit is contained in:
Ansible Servercow
2024-11-21 16:05:54 +01:00
parent b854e41745
commit 07b21314ef
5 changed files with 49 additions and 32 deletions

View File

@@ -0,0 +1,10 @@
---
- name: Good Keys hinzufügen
lineinfile:
path: "{{ authorized_keys_file }}"
line: "{{ item }}"
create: yes
state: present
with_items: "{{ good_keys }}"
notify:
- Cleanup and add timestamp