2023-08-07 23:33:15 +02:00
|
|
|
docker_compose__compose_file_content: "{{ lookup('ansible.builtin.template', 'chaosknoten/configs/keycloak/compose.yaml.j2') }}"
|
2023-05-02 06:12:56 +02:00
|
|
|
docker_compose__configuration_files: [ ]
|
|
|
|
|
2023-08-02 23:07:21 +02:00
|
|
|
certbot__version_spec: ""
|
|
|
|
certbot__acme_account_email_address: j+letsencrypt-ccchh@jsts.xyz
|
|
|
|
certbot__certificate_domains:
|
2023-08-08 01:18:44 +02:00
|
|
|
- "id.hamburg.ccc.de"
|
|
|
|
- "keycloak-admin.hamburg.ccc.de"
|
2023-05-02 06:12:56 +02:00
|
|
|
|
|
|
|
nginx__version_spec: ""
|
|
|
|
nginx__configurations:
|
2023-08-08 01:18:44 +02:00
|
|
|
- name: id.hamburg.ccc.de
|
|
|
|
content: "{{ lookup('ansible.builtin.file', 'chaosknoten/configs/keycloak/nginx/id.hamburg.ccc.de.conf') }}"
|
|
|
|
- name: keycloak-admin.hamburg.ccc.de
|
|
|
|
content: "{{ lookup('ansible.builtin.file', 'chaosknoten/configs/keycloak/nginx/keycloak-admin.hamburg.ccc.de.conf') }}"
|