d6bbf37119942f4f474a1c69e7e3ec2cb06c0b7e
[ansible.git] / ansible.cfg
1 [defaults]
2 inventory = hosts
3 stdout_callback = debug
4 hash_behaviour = merge
5
6 [diff]
7 always = True
8
9 [privilege_escalation]
10 become = True
11 become_ask_pass = True