aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2022-01-10 16:05:08 +0000
committerGravatar Joe Banks <[email protected]>2022-01-10 16:05:08 +0000
commitfc8371571cf0a48efc08e1545f06306f84cec737 (patch)
tree59b548882d5669d7d1387fbe4f7939c77096cbca
parentInitial commit (diff)
Add Ansible configuration file
-rw-r--r--ansible.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg
new file mode 100644
index 0000000..88181a1
--- /dev/null
+++ b/ansible.cfg
@@ -0,0 +1,5 @@
+[defaults]
+remote_user=root
+
+[privilege_escalation]
+become = yes