Emi Matchu
72aba0d579
I've learned some more about Ansible, and how to use `ansible.cfg` to set up `ansible-playbook` to do the same thing as our `run.sh` was doing! Same number of files, less overhead for the workflow's weirdness.
5 lines
84 B
INI
5 lines
84 B
INI
[defaults]
|
|
inventory = inventory.cfg
|
|
|
|
[privilege_escalation]
|
|
become_ask_pass = True
|