From 99d3745cca458a10c66d2c1eed81643c7f62c5ed Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Tue, 21 Jul 2026 09:27:38 +0200 Subject: [PATCH] test: ioc install on hla box --- ansible/inventories/dev/hosts.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/inventories/dev/hosts.yml b/ansible/inventories/dev/hosts.yml index 3ac0e24..247482c 100644 --- a/ansible/inventories/dev/hosts.yml +++ b/ansible/inventories/dev/hosts.yml @@ -17,3 +17,5 @@ all: vserv-hla: hosts: sls-vserv-bd-hla01-dev: + ansible_ssh_pipelining: true + ansible_ssh_common_args: '-o ForwardAgent=yes'