openneo-code/ansible.cfg
Emi Matchu c2e33fd4cf Replace run.sh with ansible-playbook
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!
2024-06-10 13:05:51 -07:00

5 lines
84 B
INI

[defaults]
inventory = inventory.cfg
[privilege_escalation]
become_ask_pass = True