aboutsummaryrefslogtreecommitdiff
path: root/ansible.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg13
1 files changed, 13 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg
new file mode 100644
index 0000000..006991b
--- /dev/null
+++ b/ansible.cfg
@@ -0,0 +1,13 @@
+[defaults]
+roles_path = ./roles
+playbook_dir = ./playbooks
+collections_paths = ./collections
+callback_whitelist = profile_tasks
+host_key_checking = False
+interpreter_python = /usr/bin/python3
+#strategy_plugins = ~/venvs/ansible/lib/python3.9/site-packages/ansible_mitogen/plugins/strategy
+#strategy = mitogen_linear
+
+
+[privilege_escalation]
+become_method=sudo