diff --git a/ansible.cfg b/ansible.cfg index e75e998..a8aaf6b 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -19,6 +19,11 @@ vault_password_file = ./vault.secret # Ansible-Verhalten ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S +# Use the YAML callback plugin. +stdout_callback = yaml +# Use the stdout_callback when running ad-hoc commands. +bin_ansible_callbacks = True + [privilege_escalation] become = True become_method = sudo