summaryrefslogtreecommitdiffstats
path: root/ansible.cfg
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2015-12-02 22:38:41 +0100
committerGuilhem Moulin <guilhem@fripost.org>2015-12-02 22:38:41 +0100
commit0258fa4ce96967351f52a9a538a287351392abf2 (patch)
tree2e283859396b3afad2b9f2a2c534ac101c1d01d4 /ansible.cfg
parent9809ee82f6b7a09538899082c4f2d2354576c600 (diff)
Add SSH host keys to git.
Diffstat (limited to 'ansible.cfg')
-rw-r--r--ansible.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible.cfg b/ansible.cfg
index 91c9fbf..3810727 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -102,5 +102,6 @@ vars_plugins = ./lib/vars_plugins
# will result in poor performance, so use transport=paramiko on older platforms rather than
# removing it
-control_path = /tmp/ansible-ssh-%%C
+control_path = /run/shm/ansible-ssh-%%C
+ssh_args = -oHashKnownHosts=no -oUserKnownHostsFile=./certs/ssh_known_hosts -oStrictHostKeyChecking=yes -oControlMaster=auto -oControlPersist=60s
pipelining = True