diff options
author | Christian Pointner <equinox@spreadspace.org> | 2024-01-24 15:09:06 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2024-01-24 15:09:06 +0100 |
commit | fa8ab1026ee131ab8d68808bd7ebab3c5657f5bb (patch) | |
tree | 3ec18c95b8d946fdfd36a48a30e0c6050898f000 /inventory/host_vars/ch-testvm-prometheus.yml | |
parent | whawty/auth/store role mostly done (diff) |
whawty/auth/store: fix permission handling and add know-hosts file
Diffstat (limited to 'inventory/host_vars/ch-testvm-prometheus.yml')
-rw-r--r-- | inventory/host_vars/ch-testvm-prometheus.yml | 26 |
1 files changed, 26 insertions, 0 deletions
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 |