summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-01-24 15:09:06 +0100
committerChristian Pointner <equinox@spreadspace.org>2024-01-24 15:09:06 +0100
commitfa8ab1026ee131ab8d68808bd7ebab3c5657f5bb (patch)
tree3ec18c95b8d946fdfd36a48a30e0c6050898f000 /inventory
parentwhawty/auth/store role mostly done (diff)
whawty/auth/store: fix permission handling and add know-hosts file
Diffstat (limited to 'inventory')
-rw-r--r--inventory/host_vars/ch-testvm-prometheus.yml26
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