Adds option to make authorized_keys exclusive (default: false) #3

Merged
jotbe merged 2 commits from feature/exclusive-authorized-keys into master 2023-12-10 15:31:45 +01:00
Showing only changes of commit 0a845c7097 - Show all commits

View file

@ -19,4 +19,5 @@ enable_sudo: yes
# Allow passwordless sudo (applied to group wheel)
enable_passwordless_sudo: yes
# Skip provisioning of the firewall
skip_firewall: no
skip_firewall: no
authorized_keys_are_exclusive: false # Be careful, this will delete non-Ansible-managed authorized keys from the target!