2023-04-16 00:05:33 +02:00
|
|
|
nginx__version_spec: ""
|
|
|
|
nginx__deploy_redirect_conf: false
|
|
|
|
nginx__configurations:
|
2023-04-16 01:29:33 +02:00
|
|
|
- name: http_handler
|
|
|
|
content: "{{ lookup('ansible.builtin.file', 'configs/wiki/nginx/http_handler.conf') }}"
|
2023-04-16 00:05:33 +02:00
|
|
|
- name: wiki.ccchh.net
|
|
|
|
content: "{{ lookup('ansible.builtin.file', 'configs/wiki/nginx/wiki.ccchh.net.conf') }}"
|
2023-05-01 00:22:05 +02:00
|
|
|
|
|
|
|
cert__acme_account_email: j+letsencrypt-ccchh@jsts.xyz
|
|
|
|
cert__domains:
|
|
|
|
- "wiki.ccchh.net"
|
|
|
|
cert__bind_9_host: authoritative-dns
|
|
|
|
cert__bind_9_zone: ccchh.net
|