From d12e670bdabf7efd1bfa1839e6cf1a4f69a58e17 Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Mon, 22 May 2023 08:12:13 +0200 Subject: [PATCH] chore: added hint to default hetzner ssh keys - always add them to hetzner clound console. server creation will be broken if not --- group_vars/all/plain.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/group_vars/all/plain.yml b/group_vars/all/plain.yml index e3fa449..6484bcc 100644 --- a/group_vars/all/plain.yml +++ b/group_vars/all/plain.yml @@ -78,7 +78,9 @@ gitlab_ansible_user_name: "gitlabci" backupuser_user_name: backupuser -# used for root-access by hetzner on server creation (@see cloud console/security/ssh-keys) +# used for root-access by hetzner on server creation +# all ssh keys have to be available to hetzner cloud +# (@see cloud console / security / ssh-keys) (web ui) default_hetzner_ssh_keys: - "claus.paetow@netgo.de" - "friedrich.goerz@netgo.de"