church-website/infra/ansible/ansible.cfg
2026-04-10 11:39:02 +02:00

10 lines
198 B
INI

[defaults]
inventory = inventory/
roles_path = roles/
host_key_checking = False
retry_files_enabled = False
remote_tmp = /tmp/.ansible/tmp
[privilege_escalation]
become = True
become_method = sudo