Prepare_Workshop/ansible.cfg
Sven Velt a3d80062f5 Ignore SSH host keys
These playbooks are for testing/teaching - NOT for production!
2021-11-12 12:02:17 +01:00

21 lines
316 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
host_key_checking = false
[colors]
verbose = bright blue
error = bright red