From 8f97afa26ef274850a85f9591773d4dfa42506a1 Mon Sep 17 00:00:00 2001 From: Benedikt Penner Date: Sun, 15 Mar 2026 01:28:13 +0100 Subject: [PATCH] bla --- glusterfs/terraform/templates/inventory.yml.tftpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glusterfs/terraform/templates/inventory.yml.tftpl b/glusterfs/terraform/templates/inventory.yml.tftpl index 0688eb3..d564ae7 100644 --- a/glusterfs/terraform/templates/inventory.yml.tftpl +++ b/glusterfs/terraform/templates/inventory.yml.tftpl @@ -16,4 +16,4 @@ ansible_user=clusteruser ansible_ssh_pass=password [test_server:vars] -ansible_ssh_common_args='-o ProxyCommand="ssh -i /root/.ssh/ansible_key -W %h:%p -q clusteruser@${bastion.default_ipv4_address}"' \ No newline at end of file +ansible_ssh_common_args='-o ControlMaster=no -o ProxyCommand="ssh -i /root/.ssh/ansible_key -W %h:%p -q clusteruser@${bastion.default_ipv4_address}"' \ No newline at end of file