summaryrefslogtreecommitdiff
path: root/ansible.cfg
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-11-21 22:28:39 +0100
committerChristian Pointner <equinox@spreadspace.org>2017-11-21 22:28:39 +0100
commit91cd5480b5a1ca1103d5e239af3d331477c41c2c (patch)
treeb495bf31e2d5da50b045838a1e8d0455db09ee65 /ansible.cfg
initial commit as copy from helsinki ansible repo
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg15
1 files changed, 15 insertions, 0 deletions
diff --git a/ansible.cfg b/ansible.cfg
new file mode 100644
index 00000000..9dc1f0d3
--- /dev/null
+++ b/ansible.cfg
@@ -0,0 +1,15 @@
+[defaults]
+inventory = ./hosts.ini
+roles_path = ./roles:../roles
+remote_user = root
+log_path = ./log
+remote_tmp = /tmp/.ansible/tmp
+nocows=1
+vault_password_file = ./gpg/get-vault-pass.sh
+
+gathering = smart
+var_compression_level = 9
+
+[ssh_connection]
+pipelining = True
+ssh_args = -C -o ControlMaster=auto -o ControlPersist=60s