current state + english docs

This commit is contained in:
Ansible Servercow
2026-02-20 13:56:27 +01:00
parent 787f438a97
commit ea7d5112d6
46 changed files with 519 additions and 108 deletions

View File

@@ -17,7 +17,7 @@
group: "root"
mode: "0600"
- name: Jeden Key einzeln mit authorized_key hinzufügen
- name: Add each key individually with authorized_key
ansible.builtin.authorized_key:
user: "root"
key: "{{ item | trim }}"