12 lines
406 B
YAML
12 lines
406 B
YAML
|
nginx__version_spec: ""
|
||
|
nginx__configurations:
|
||
|
- name: eh22.easterhegg.eu
|
||
|
content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/eh22-wiki/nginx/eh22.easterhegg.eu.conf') }}"
|
||
|
|
||
|
certbot__version_spec: ""
|
||
|
certbot__acme_account_email_address: j+letsencrypt-ccchh@jsts.xyz
|
||
|
certbot__certificate_domains:
|
||
|
- "eh22.easterhegg.eu"
|
||
|
certbot__new_cert_commands:
|
||
|
- "systemctl reload nginx.service"
|