diff --git a/ansible/inventories/dev/hosts.yml b/ansible/inventories/dev/hosts.yml index acbed73..ffb2e61 100644 --- a/ansible/inventories/dev/hosts.yml +++ b/ansible/inventories/dev/hosts.yml @@ -13,7 +13,7 @@ all: hosts: sls-vserv-bd-01-dev: ansible_ssh_pipelining: false + ansible_ssh_common_args: '-o ForwardAgent=yes' vserv-hla: hosts: sls-vserv-bd-hla01-dev: - ansible_ssh_common_args: '-o ForwardAgent=yes'