From 67cf9ef1ae6744263f70434332b3f02c8e89ff82 Mon Sep 17 00:00:00 2001 From: Benedikt Penner Date: Sun, 15 Mar 2026 01:21:24 +0100 Subject: [PATCH] next... --- glusterfs/inventory/terraform_hosts.ini | 2 +- glusterfs/terraform/templates/inventory.yml.tftpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/glusterfs/inventory/terraform_hosts.ini b/glusterfs/inventory/terraform_hosts.ini index 26f8964..d84e4f9 100755 --- a/glusterfs/inventory/terraform_hosts.ini +++ b/glusterfs/inventory/terraform_hosts.ini @@ -16,4 +16,4 @@ ansible_user=clusteruser ansible_ssh_pass=password [test_server:vars] -ansible_ssh_common_args='-o ProxyCommand="ssh -i ./glusterfs/ansible/files/ansible_key -W %h:%p -q clusteruser@192.168.178.59"' \ No newline at end of file +ansible_ssh_common_args='-o ProxyCommand="ssh -i /root/.ssh/ansible_key -W %h:%p -q clusteruser@192.168.178.59"' \ No newline at end of file diff --git a/glusterfs/terraform/templates/inventory.yml.tftpl b/glusterfs/terraform/templates/inventory.yml.tftpl index 48b47dd..0688eb3 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 ./glusterfs/ansible/files/ansible_key -W %h:%p -q clusteruser@${bastion.default_ipv4_address}"' \ No newline at end of file +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