X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/e5c422099a285c38f8762ad3aeec3f25b029dcdc..65ce86070073854ddd409cfa987e58f33885e622:/ansible.cfg diff --git a/ansible.cfg b/ansible.cfg index 6a35488..32215cf 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,5 +1,12 @@ [defaults] inventory = hosts +stdout_callback = debug +hash_behaviour = merge +interpreter_python = auto_silent + +[diff] +always = True [privilege_escalation] +become = True become_ask_pass = True