17 lines
648 B
YAML
17 lines
648 B
YAML
docker_compose__compose_file_content: "{{ lookup('ansible.builtin.file', 'configs/keycloak/compose.yaml') }}"
|
|
docker_compose__configuration_files: [ ]
|
|
|
|
cert__acme_account_email: j+letsencrypt-ccchh@jsts.xyz
|
|
cert__domains:
|
|
- "id.ccchh.net"
|
|
- "keycloak-admin.ccchh.net"
|
|
cert__bind_9_host: authoritative-dns
|
|
cert__bind_9_zone: ccchh.net
|
|
|
|
nginx__version_spec: ""
|
|
nginx__configurations:
|
|
- name: id.ccchh.net
|
|
content: "{{ lookup('ansible.builtin.file', 'configs/keycloak/nginx/id.ccchh.net.conf') }}"
|
|
- name: keycloak-admin.ccchh.net
|
|
content: "{{ lookup('ansible.builtin.file', 'configs/keycloak/nginx/keycloak-admin.ccchh.net.conf') }}"
|