This commit is contained in:
2023-10-09 00:30:54 -04:00
parent 0377a5e642
commit 7c2def16a5
8 changed files with 104 additions and 9 deletions

View File

@@ -4,6 +4,11 @@
state: present
update_cache: true
- name: Install GPG
ansible.builtin.apt:
name: gpg
state: present
- name: Manage root authorized_keys
ansible.builtin.template:
src: authorized_keys.j2