add callback plugin
All checks were successful
🏃‍♂️Run Ansible / install_ansible (push) Successful in 5m25s

This commit is contained in:
Ronny
2025-12-17 09:27:31 +00:00
parent 134369a98b
commit 41530c583c
2 changed files with 83 additions and 1 deletions

View File

@@ -16,6 +16,20 @@ ansible_interpreter_python = auto_silent
# # 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
control_path = /tmp/ansible-ssh-%%h-%%p-%%r