Prepare_Workshop/ansible.cfg
2024-07-02 21:25:16 +02:00

23 lines
358 B
INI

[defaults]
inventory = ./hosts
roles_path = ./roles.extern
connection_plugins = ./connection_plugins/
interpreter_python = auto
retry_files_enabled = True
retry_files_save_path = ./.cache/retry/
fact_caching = yaml
fact_caching_connection = ./.cache/facts
gathering = smart
host_key_checking = false
[colors]
verbose = bright blue
error = bright red