Ansible should use libssh for persistent connections

This commit is contained in:
Jan Beilicke 2024-09-14 10:50:14 +02:00
parent 321cf7d992
commit b95aa3bc89

View file

@ -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