We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c035d7 commit e5949d1Copy full SHA for e5949d1
environments/.stackhpc/ansible.cfg
@@ -11,6 +11,5 @@ roles_path = ../../ansible/roles
11
filter_plugins = ../../ansible/filter_plugins
12
13
[ssh_connection]
14
-#ssh_args = -o ControlMaster=auto -o ControlPersist=240s -o PreferredAuthentications=publickey -o UserKnownHostsFile=/dev/null
15
-ssh_args = -o PreferredAuthentications=publickey -o UserKnownHostsFile=/dev/null
+ssh_args = -o ControlMaster=auto -o ControlPath=~/.ssh/sockets/%r@%h-%p -o ControlPersist=240s -o PreferredAuthentications=publickey -o UserKnownHostsFile=/dev/null
16
pipelining = True
0 commit comments