summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-01-20 01:59:58 +0100
committerChristian Pointner <equinox@spreadspace.org>2024-01-20 01:59:58 +0100
commit6d42ecdced5c2ac02c5094b4dfbd9ea5c4dd069e (patch)
tree6ba37e081bf0d2bd6c755ec024aaf0f8c2744cd9 /inventory
parentadd initial version for greenbone (diff)
apps/whawty/auth: almost done
Diffstat (limited to 'inventory')
-rw-r--r--inventory/host_vars/ch-testvm-prometheus.yml46
1 files changed, 46 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-testvm-prometheus.yml b/inventory/host_vars/ch-testvm-prometheus.yml
index 6dfbf366..84cfbf92 100644
--- a/inventory/host_vars/ch-testvm-prometheus.yml
+++ b/inventory/host_vars/ch-testvm-prometheus.yml
@@ -169,3 +169,49 @@ apps_publish_zone__ch_testvm_prometheus:
certificate_ca_config:
cert_content: "{{ ch_testvm_prometheus_apps_publish_ca_cert }}"
key_content: "{{ ch_testvm_prometheus_apps_publish_ca_key }}"
+
+
+
+
+whawty_auth_instances:
+ test:
+ version: 0.2-rc9
+ port: 3080
+ store:
+ default: 1
+ params:
+ - id: 1
+ argon2id:
+ time: 1
+ memory: 65536
+ threads: 4
+ length: 32
+ sync:
+ port: 3022
+ authorized_keys: "{{ users.equinox.ssh }}"
+ storage:
+ type: lvm
+ parent: *_lvm_thinpool_system_storage_
+ lv: whawty-auth-test
+ size: 128M
+ fs: ext4
+ dest: /srv/whawty/auth/test
+ publish:
+ zone: "{{ apps_publish_zone__ch_testvm_prometheus }}"
+ hostnames:
+ - passwd.example.com
+ tls:
+ certificate_provider: selfsigned
+ cert:
+ organization_name: "chaos-at-home"
+ organizational_unit_name: "ansible"
+ key_usage:
+ - digitalSignature
+ - keyAgreement
+ key_usage_critical: yes
+ extended_key_usage:
+ - serverAuth
+ extended_key_usage_critical: yes
+ create_subject_key_identifier: yes
+ not_after: +52w
+ renew_margin: +42d