2020-11-28 15:12:53 +00:00
|
|
|
[defaults]
|
|
|
|
inventory = ./hosts
|
|
|
|
|
|
|
|
connection_plugins = ./connection_plugins/
|
|
|
|
|
|
|
|
interpreter_python = auto
|
|
|
|
|
|
|
|
retry_files_enabled = True
|
|
|
|
retry_files_save_path = ./Retry/
|
|
|
|
|
|
|
|
fact_caching = yaml
|
|
|
|
fact_caching_connection = ./.facts
|
|
|
|
gathering = smart
|
|
|
|
|
2021-11-12 11:02:17 +00:00
|
|
|
host_key_checking = false
|
|
|
|
|
2020-11-28 15:12:53 +00:00
|
|
|
[colors]
|
|
|
|
verbose = bright blue
|
|
|
|
error = bright red
|
|
|
|
|