add callback plugin
All checks were successful
🏃♂️Run Ansible / install_ansible (push) Successful in 5m25s
All checks were successful
🏃♂️Run Ansible / install_ansible (push) Successful in 5m25s
This commit is contained in:
16
ansible.cfg
16
ansible.cfg
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user