Homelab/ansible/ansible.cfg
2025-11-07 09:33:38 +01:00

16 lines
375 B
INI

[defaults]
inventory = localhost,
host_key_checking = False
retry_files_enabled = False
stdout_callback = yaml
callback_whitelist = profile_tasks, timer
gathering = smart
fact_caching = jsonfile
fact_caching_connection = /tmp/ansible_fact_cache
fact_caching_timeout = 3600
[privilege_escalation]
become = True
become_method = sudo
become_user = root
become_ask_pass = False