29 lines
448 B
INI
29 lines
448 B
INI
|
[defaults]
|
||
|
|
||
|
# Inventory
|
||
|
inventory = ./hosts.ini
|
||
|
|
||
|
# Interpreter Discovery - Ohne Warnings
|
||
|
interpreter_python = auto_silent
|
||
|
|
||
|
# 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
|
||
|
|
||
|
# Farben ausschalten
|
||
|
#nocolor = 1
|
||
|
|
||
|
[colors]
|
||
|
# Für dunklen Hintergrund in der Console
|
||
|
verbose = bright blue
|
||
|
debug = bright gray
|
||
|
error = bright red
|
||
|
|