Add mux settings

Wed, 13 Apr 2016 12:34:20 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 13 Apr 2016 12:34:20 -0400
changeset 31
9773f51c2d57
parent 30
f468e5f566d1
child 32
70eb0f5478d8

Add mux settings

ansible.cfg file | annotate | diff | comparison | revisions
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -1,2 +1,2 @@
 [ssh_connection]
-ssh_args=-o ForwardAgent=yes
+ssh_args=-o ForwardAgent=yes -o ControlMaster=auto -o ControlPersist=60s -o ControlPath=/tmp/ansible-ssh-%h-%p-%r

mercurial