Add 'ansible/' from commit 'b7c82bb97cefa1a1d70b4348953249b84190c022'
[noc.git] / ansible / ansible.cfg
diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg
new file mode 100644 (file)
index 0000000..9f97815
--- /dev/null
@@ -0,0 +1,13 @@
+[defaults]
+inventory = ./hosts
+remote_user = root
+log_path = ./log
+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 -F ssh/config