19 lines
437 B
INI
19 lines
437 B
INI
[defaults]
|
|
inventory = inventories/prod/hosts.yml
|
|
roles_path = roles
|
|
host_key_checking = False
|
|
retry_files_enabled = False
|
|
interpreter_python = auto_silent
|
|
stdout_callback = ansible.builtin.default
|
|
result_format = 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
|