diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-25 19:22:24 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-25 19:22:24 +0100 |
| commit | 3188967a9bae44c7ce2c821fdbb162c926b90af4 (patch) | |
| tree | 20cd73a6547e47860adbe887cf4b386dac354bf4 | |
| parent | f93ee559bc1080182a4c466c97e922f53e69783a (diff) | |
adds ansible.cfg
| -rw-r--r-- | ansible.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg new file mode 100644 index 0000000..cb06f62 --- /dev/null +++ b/ansible.cfg @@ -0,0 +1,6 @@ +[defaults] +inventory = ['ansible/inventory.yml'] + +[privilege_escalation] +become = true +become_ask_pass = true |
