14 lines
284 B
INI
14 lines
284 B
INI
[defaults]
|
|
host_key_checking = False
|
|
gathering = smart
|
|
fact_caching = jsonfile
|
|
fact_caching_timeout = 3600
|
|
fact_caching_connection = ./facts/
|
|
inventory = ./inventory/
|
|
forks = 5
|
|
retry_files_enabled = False
|
|
interpreter_python = auto
|
|
|
|
[ssh_connection]
|
|
# ssh_args = -o ControlMaster=auto
|