Emi Matchu
c2e33fd4cf
I've learned more about Ansible, and that the flags I set by using `run.sh` are also settable with a `ansible.cfg` file! That's about the same amount of overhead, but enables everything else to be more standard. Neat!
5 lines
84 B
INI
5 lines
84 B
INI
[defaults]
|
|
inventory = inventory.cfg
|
|
|
|
[privilege_escalation]
|
|
become_ask_pass = True
|