summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-apps/whawty.yml
blob: a909f780e8928cc4937793c0a4dc00893fd4d266 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
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
    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 }}"