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'