Files
http---100.97.41.99-8005-jr…/ansible.cfg
T

14 lines
314 B
INI
Raw Normal View History

2026-06-19 16:50:30 -04:00
[defaults]
inventory = ./inventories/prod/hosts.yml
log_path = /var/log/ansible/ansible.log
host_key_checking = True
retry_files_enabled = False
stdout_callback = ansible.builtin.default
result_format = yaml
forks = 10
timeout = 30
[privilege_escalation]
become = True
become_method = sudo
become_ask_pass = False