summaryrefslogtreecommitdiffstats
path: root/ansible.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg8
1 files changed, 8 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg
new file mode 100644
index 0000000..18b6f30
--- /dev/null
+++ b/ansible.cfg
@@ -0,0 +1,8 @@
+[defaults]
+display_skipped_hosts = no
+interpreter_python = auto_silent
+inventory = ./inventory/
+callback_result_format = yaml
+
+[ssh_connection]
+pipelining = yes