diff --git a/ansible/inventory.j2 b/ansible/inventory.j2 index fb27937d59c516ee15e53689491ad2e3bc68195e..2380fdfe97dd4684f334f8aefcf0a855fb79396b 100644 --- a/ansible/inventory.j2 +++ b/ansible/inventory.j2 @@ -3,5 +3,5 @@ [vms:vars] ansible_connection=ssh -ansible_user=ubuntu #vm user variable potentialy +ansible_user=ubuntu ansible_ssh_private_key_file=ssh_key \ No newline at end of file diff --git a/monitoring/inventory.j2 b/monitoring/inventory.j2 index fb27937d59c516ee15e53689491ad2e3bc68195e..2380fdfe97dd4684f334f8aefcf0a855fb79396b 100644 --- a/monitoring/inventory.j2 +++ b/monitoring/inventory.j2 @@ -3,5 +3,5 @@ [vms:vars] ansible_connection=ssh -ansible_user=ubuntu #vm user variable potentialy +ansible_user=ubuntu ansible_ssh_private_key_file=ssh_key \ No newline at end of file