summaryrefslogtreecommitdiff
path: root/ansible.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg11
1 files changed, 11 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg
new file mode 100644
index 0000000..de77a25
--- /dev/null
+++ b/ansible.cfg
@@ -0,0 +1,11 @@
+[defaults]
+roles_path=roles
+inventory=inventory
+nocows=1
+host_key_checking = False
+
+[inventory_plugin_script]
+always_show_stderr = true
+
+[inventory]
+enable_plugins = script \ No newline at end of file