dev #3

Merged
kevinheyer merged 2 commits from dev into main 2025-07-14 22:00:37 +00:00
Showing only changes of commit a8b6215fef - Show all commits

View file

@ -19,6 +19,11 @@ vault_password_file = ./vault.secret
# Ansible-Verhalten
ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S
# Use the YAML callback plugin.
stdout_callback = yaml
# Use the stdout_callback when running ad-hoc commands.
bin_ansible_callbacks = True
[privilege_escalation]
become = True
become_method = sudo