From e3867a93a5f439b17e3ea10e634d41cf9b45f264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= <rpiliszek@7bulls.com> Date: Sat, 23 Jul 2022 16:36:34 +0200 Subject: [PATCH] Use the private key --- ansible/ssh_key.j2 | 2 +- monitoring/ssh_key.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/ssh_key.j2 b/ansible/ssh_key.j2 index 9d5f53a..1b9ad07 100644 --- a/ansible/ssh_key.j2 +++ b/ansible/ssh_key.j2 @@ -1 +1 @@ -{{ instance_server_public_key }} \ No newline at end of file +{{ instance_server_private_key }} \ No newline at end of file diff --git a/monitoring/ssh_key.j2 b/monitoring/ssh_key.j2 index 9d5f53a..1b9ad07 100644 --- a/monitoring/ssh_key.j2 +++ b/monitoring/ssh_key.j2 @@ -1 +1 @@ -{{ instance_server_public_key }} \ No newline at end of file +{{ instance_server_private_key }} \ No newline at end of file -- GitLab