add script to run ad-hoc on all hosts
[ansible.git] / ansible.cfg
1 [defaults]
2 inventory = hosts
3 stdout_callback = debug
4
5 [privilege_escalation]
6 become = True
7 become_ask_pass = True