aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lma/ansible-server/ansible.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lma/ansible-server/ansible.cfg')
-rw-r--r--tools/lma/ansible-server/ansible.cfg17
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/lma/ansible-server/ansible.cfg b/tools/lma/ansible-server/ansible.cfg
new file mode 100644
index 00000000..307ef457
--- /dev/null
+++ b/tools/lma/ansible-server/ansible.cfg
@@ -0,0 +1,17 @@
+[defaults]
+inventory = ./hosts
+host_key_checking = false
+
+# additional path to search for roles in
+roles_path = roles
+
+# enable logging
+log_path = ./ansible.log
+
+[privilege_escalation]
+become=True
+become_method=sudo
+become_user=root
+
+[ssh_connection]
+pipelining = True