Merge pull request 'Ansible should use libssh for persistent connections' (#5) from feature/ansible-use-libssh-for-persistent-connections into master
Reviewed-on: #5
This commit is contained in:
commit
a7d28c6b9b
1 changed files with 3 additions and 0 deletions
|
@ -19,3 +19,6 @@ ssh_args = -o ControlMaster=auto -o ControlPersist=600s -o ServerAliveInterval=6
|
|||
control_path = %(directory)s/%%h-%%r
|
||||
pipelining = True
|
||||
timeout = 10
|
||||
|
||||
[persistent_connection]
|
||||
ssh_type = libssh
|
Loading…
Add table
Reference in a new issue