Prepare_Workshop/ansible.cfg

23 lines
358 B
INI
Raw Normal View History

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
host_key_checking = false
2020-11-28 15:12:53 +00:00
[colors]
verbose = bright blue
error = bright red