From 7e3d85c8d7b94594cb8de85625efddeb19859b13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= <rpiliszek@7bulls.com> Date: Sat, 23 Jul 2022 15:15:45 +0200 Subject: [PATCH] Fix ansible_user --- ansible/inventory.j2 | 2 +- monitoring/inventory.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/inventory.j2 b/ansible/inventory.j2 index fb27937..2380fdf 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 fb27937..2380fdf 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 -- GitLab