summaryrefslogtreecommitdiff
path: root/ansible.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg
new file mode 100644
index 00000000..1d44baa3
--- /dev/null
+++ b/ansible.cfg
@@ -0,0 +1,9 @@
+[defaults]
+inventory = inventory.yaml
+interpreter_python = /usr/local/bin/python3
+nocows = true
+filter_plugins = filter_plugins
+stdout_callback = debug
+verbosity = 1
+host_key_checking = false
+forks = 50