Files
test/ansible.cfg
T
2021-10-28 22:42:26 -05:00

16 lines
378 B
INI

[defaults]
host_key_checking = False
gathering = smart
fact_caching = jsonfile
fact_caching_timeout = 300
fact_caching_connection = ./facts/
inventory = ./inventory/
forks = 5
retry_files_enabled = False
interpreter_python = auto
callback_whitelist = ansible.posix.profile_tasks,ansible.posix.profile_roles
[ssh_connection]
pipelining = true
# ssh_args = -o ControlMaster=auto