This commit is contained in:
Benedikt Penner
2026-03-15 01:21:24 +01:00
parent 45d83d9d26
commit 67cf9ef1ae
2 changed files with 2 additions and 2 deletions

View File

@@ -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"'
ansible_ssh_common_args='-o ProxyCommand="ssh -i /root/.ssh/ansible_key -W %h:%p -q clusteruser@192.168.178.59"'

View File

@@ -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}"'
ansible_ssh_common_args='-o ProxyCommand="ssh -i /root/.ssh/ansible_key -W %h:%p -q clusteruser@${bastion.default_ipv4_address}"'