]> git.ralfj.de Git - ansible.git/blob - ansible.cfg
journalwatch: ignore more postfix errors
[ansible.git] / ansible.cfg
1 [defaults]
2 inventory = hosts
3 stdout_callback = debug
4 interpreter_python = auto_silent
5
6 [diff]
7 always = True
8
9 [privilege_escalation]
10 become = True
11 become_ask_pass = True