Files
ansible-runner/ansible.cfg
Ronny 41530c583c
All checks were successful
🏃‍♂️Run Ansible / install_ansible (push) Successful in 5m25s
add callback plugin
2025-12-17 09:27:31 +00:00

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