From 3188967a9bae44c7ce2c821fdbb162c926b90af4 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Sat, 25 Jul 2026 19:22:24 +0100 Subject: adds ansible.cfg --- ansible.cfg | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ansible.cfg 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 -- cgit v1.2.3