summaryrefslogtreecommitdiffstats
path: root/ansible/ansible.cfg
diff options
context:
space:
mode:
authorFelix Ableitner <me@nutomic.com>2019-08-17 18:30:12 +0200
committerFelix Ableitner <me@nutomic.com>2019-08-20 19:36:49 +0200
commit6fa0bfce32907d89417c2f08bc307b600d1b01f8 (patch)
tree8c59fb57c522494690016202523c4e6f97530665 /ansible/ansible.cfg
parent977c04350983ffe0c63bef7133f2d0a21445f42a (diff)
initial ansible implementation
Diffstat (limited to 'ansible/ansible.cfg')
-rw-r--r--ansible/ansible.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg
new file mode 100644
index 00000000..960a7c40
--- /dev/null
+++ b/ansible/ansible.cfg
@@ -0,0 +1,5 @@
+[defaults]
+inventory=inventory
+
+[ssh_connection]
+pipelining = True