From fa8ab1026ee131ab8d68808bd7ebab3c5657f5bb Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 24 Jan 2024 15:09:06 +0100 Subject: whawty/auth/store: fix permission handling and add know-hosts file --- inventory/host_vars/ch-testvm-prometheus.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'inventory') diff --git a/inventory/host_vars/ch-testvm-prometheus.yml b/inventory/host_vars/ch-testvm-prometheus.yml index 415e6774..91a55830 100644 --- a/inventory/host_vars/ch-testvm-prometheus.yml +++ b/inventory/host_vars/ch-testvm-prometheus.yml @@ -35,3 +35,29 @@ network: - *_network_primary_ ntp_variant: systemd-timesyncd + + + +### +whawty_auth_store: + name: foo + config: + basedir: "/var/lib/whawty/auth/foo" + default: 1 + params: + - id: 1 + argon2id: + time: 1 + memory: 65536 ## 64 MB + threads: 4 + length: 32 + permissions: + owner: root + group: foo + file-mode: "0640" + dir-mode: "0750" + sync: + type: client + hostname: 192.168.32.1 + port: 3022 + user: sync -- cgit v1.2.3