From b95aa3bc89d1bfe7b1056b8ad5c323552190ee82 Mon Sep 17 00:00:00 2001 From: Jan Beilicke Date: Sat, 14 Sep 2024 10:50:14 +0200 Subject: [PATCH] Ansible should use libssh for persistent connections --- ansible.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible.cfg b/ansible.cfg index a5c6422..6057b45 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -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 \ No newline at end of file