summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-10-15 23:30:44 +0200
committerChristian Pointner <equinox@spreadspace.org>2023-10-15 23:30:44 +0200
commit217364bf5c612ac0ee1818419e47d4631aa42cfe (patch)
tree548e6b1c78c6805aa01eec21b790115825ee42db /inventory
parentvirt module now also depends on lxml python library (diff)
initial version for whawty-auth app (WIP)
Diffstat (limited to 'inventory')
-rw-r--r--inventory/host_vars/ch-apps/vars.yml (renamed from inventory/host_vars/ch-apps.yml)0
-rw-r--r--inventory/host_vars/ch-apps/whawty.yml34
2 files changed, 34 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-apps.yml b/inventory/host_vars/ch-apps/vars.yml
index e0a92644..e0a92644 100644
--- a/inventory/host_vars/ch-apps.yml
+++ b/inventory/host_vars/ch-apps/vars.yml
diff --git a/inventory/host_vars/ch-apps/whawty.yml b/inventory/host_vars/ch-apps/whawty.yml
new file mode 100644
index 00000000..fe6bcea0
--- /dev/null
+++ b/inventory/host_vars/ch-apps/whawty.yml
@@ -0,0 +1,34 @@
+---
+whawty_auth_instances:
+ test:
+ version: 0.2-rc8
+ port: 3080
+ store:
+ default: 1
+ params:
+ - id: 1
+ argon2id:
+ time: 1
+ memory: 65536
+ threads: 4
+ length: 32
+ 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
+ sync:
+ port: 3022
+ authorized_keys: "{{ users.equinox.ssh }}"