alliance-boreale/infrastructure/ansible/ansible.cfg

19 lines
397 B
INI
Raw Normal View History

2026-03-09 18:23:06 -04:00
[defaults]
inventory = inventories/prod/hosts.yml
roles_path = roles
host_key_checking = False
retry_files_enabled = False
interpreter_python = auto_silent
stdout_callback = yaml
bin_ansible_callbacks = True
timeout = 30
forks = 20
gathering = smart
fact_caching = jsonfile
fact_caching_connection = .ansible/facts
fact_caching_timeout = 7200
[ssh_connection]
pipelining = True
scp_if_ssh = True