diff --git a/glusterfs/terraform/templates/inventory.yml.tftpl b/glusterfs/terraform/templates/inventory.yml.tftpl index e7177d9..dcf5284 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 -W %h:%p -q clusteruser@${bastion.default_ipv4_address}"' \ No newline at end of file +ansible_ssh_common_args='-o ProxyCommand="ssh -i ./ansible/files/ansible_key -W %h:%p -q clusteruser@${bastion.default_ipv4_address}"' \ No newline at end of file