2024-09/12/ansible.cfg
2024-09-20 15:57:42 +02:00

42 lines
753 B
INI

[defaults]
# Inventory
inventory = ./hosts.ini
inventory_plugins = ./plugins/inventory
# Roles paths
roles_path = ./roles:./roles.extern:./roles.webcluster:/etc/ansible/roles
# Interpreter Discovery - Ohne Warnings
interpreter_python = auto_silent
# Zusätzliche Module
library = ./plugins/modules
# SSH
remote_user = root
#host_key_checking = False
# Retry files
retry_files_enabled = yes
retry_files_save_path = ./.cache/Retry/
# Log files
#log_path = ./log/ansible.log
# Fact caching
gathering = smart
fact_caching_timeout = 86400
fact_caching = yaml
fact_caching_connection = ./.cache/facts/
# Farben ausschalten
#nocolor = 1
[colors]
# Für dunklen Hintergrund in der Console
verbose = bright blue
debug = bright gray
error = bright red