2020-11-28 15:12:53 +00:00
|
|
|
[defaults]
|
|
|
|
inventory = ./hosts
|
|
|
|
|
2024-03-12 20:52:22 +00:00
|
|
|
roles_path = ./roles.extern
|
|
|
|
|
2020-11-28 15:12:53 +00:00
|
|
|
connection_plugins = ./connection_plugins/
|
|
|
|
|
|
|
|
interpreter_python = auto
|
|
|
|
|
|
|
|
retry_files_enabled = True
|
2024-07-02 19:25:16 +00:00
|
|
|
retry_files_save_path = ./.cache/retry/
|
2020-11-28 15:12:53 +00:00
|
|
|
|
|
|
|
fact_caching = yaml
|
2024-07-02 19:25:16 +00:00
|
|
|
fact_caching_connection = ./.cache/facts
|
2020-11-28 15:12:53 +00:00
|
|
|
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
|
|
|
|
|