From 6160c232b1698302a90dae204193ded3858c506f Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Tue, 5 Dec 2023 17:23:46 +0100 Subject: [PATCH] CI: Use ControlPersist and ControlMaster Similar to [1]. [1]: https://review.opendev.org/c/openstack/openstack-ansible/+/851426 Change-Id: I254f71d607353e0cf4d3d5ebafd6813287c4fa9f --- tests/templates/ansible.cfg.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/templates/ansible.cfg.j2 b/tests/templates/ansible.cfg.j2 index 96dba37dc8..fa07a12a0a 100644 --- a/tests/templates/ansible.cfg.j2 +++ b/tests/templates/ansible.cfg.j2 @@ -10,3 +10,4 @@ inject_facts_as_vars = False [ssh_connection] pipelining = True retries = 3 +ssh_args = -C -o ControlMaster=auto -o ControlPersist=300