add cfp.eh22.easterhegg.eu to pretalx
This commit is contained in:
parent
8bb6c44bec
commit
e1866b2449
4 changed files with 57 additions and 0 deletions
|
@ -5,6 +5,7 @@ certbot__version_spec: ""
|
|||
certbot__acme_account_email_address: le-admin@hamburg.ccc.de
|
||||
certbot__certificate_domains:
|
||||
- "pretalx.hamburg.ccc.de"
|
||||
- "cfp.eh22.easterhegg.eu"
|
||||
certbot__new_cert_commands:
|
||||
- "systemctl reload nginx.service"
|
||||
|
||||
|
@ -12,3 +13,5 @@ nginx__version_spec: ""
|
|||
nginx__configurations:
|
||||
- name: pretalx.hamburg.ccc.de
|
||||
content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/pretalx/nginx/pretalx.hamburg.ccc.de.conf') }}"
|
||||
- name: cfp.eh22.easterhegg.eu
|
||||
content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/pretalx/nginx/cfp.eh22.easterhegg.eu.conf') }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue