36 lines
804 B
INI
36 lines
804 B
INI
[defaults]
|
|
inventory=inventory/raspberries.yaml
|
|
roles_path = roles
|
|
host_key_checking = False
|
|
retry_files_enabled = False
|
|
gathering = smart
|
|
fact_caching = jsonfile
|
|
fact_caching_connection = /tmp/ansible_facts
|
|
fact_caching_timeout = 3600
|
|
remote_user = dietpi
|
|
vault_password_file = .vault_pass.txt
|
|
ansible_interpreter_python = auto_silent
|
|
# [privilege_escalation]
|
|
# become = True
|
|
# become_method = sudo
|
|
# # become_user = root
|
|
# # become_ask_pass = False
|
|
|
|
# Callback Plugin aktivieren
|
|
callback_whitelist = task_logger
|
|
callbacks_enabled = task_logger
|
|
|
|
# Farben aktivieren
|
|
force_color = True
|
|
|
|
# Bessere Fehlerausgabe
|
|
display_skipped_hosts = False
|
|
display_ok_hosts = False
|
|
|
|
# Verbosity für mehr Details (optional)
|
|
# verbosity = 1
|
|
|
|
[ssh_connection]
|
|
pipelining = True
|
|
control_path = /tmp/ansible-ssh-%%h-%%p-%%r
|