aboutsummaryrefslogtreecommitdiff
path: root/ansible.cfg
diff options
context:
space:
mode:
authorKumar <kumar@kumardamani.xyz>2021-11-23 14:59:08 +0000
committerKumar Damani <me@kumardamani.net>2022-03-25 19:45:25 +0000
commita857eb82ec9c4a79ad5e41462e2ab82c2660982e (patch)
tree9ca51ddfb551322bd4d2fa3f949fa8898032632d /ansible.cfg
initial commit
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