From 78199820444ace087c03d031d5be58f00a3b5411 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Thu, 16 Sep 2021 19:48:24 +0000 Subject: [PATCH] Add logsync user ssh public keys --- group_vars/all.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/group_vars/all.yml b/group_vars/all.yml index cd23e60..252162d 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -32,5 +32,9 @@ tls_bundle: /etc/pki/tls/cert.pem # url where installer data is located boot_url: https://boot.foo.sh +# ssh public keys for logsync user +logsync_publickeys: + - ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA7JV2Aja44X9Fy10ljY7DKXxeFAsyqPBbo5VteNrB0c root@log01.home.foo.sh + # hardcode this for now ansible_datacenter: home