Prepare_Workshop/ansible.cfg
2020-11-28 16:14:27 +01:00

19 lines
289 B
INI

[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
[colors]
verbose = bright blue
error = bright red