Files
test/ansible.cfg
2021-03-28 00:00:21 -05:00

15 lines
303 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
[ssh_connection]
# pipelining = true
# ssh_args = -o ControlMaster=auto