Add lists.c3lingo.org

This commit is contained in:
Stefan Bethke 2024-06-16 16:39:19 +02:00
parent ec400ed7d6
commit f67483fa46
4 changed files with 31 additions and 1 deletions
inventories/chaosknoten/host_vars

View file

@ -5,6 +5,7 @@ certbot__version_spec: ""
certbot__acme_account_email_address: j+letsencrypt-ccchh@jsts.xyz
certbot__certificate_domains:
- "lists.hamburg.ccc.de"
- "lists.c3lingo.org"
certbot__new_cert_commands:
- "systemctl reload nginx.service"
@ -12,3 +13,5 @@ nginx__version_spec: ""
nginx__configurations:
- name: lists.hamburg.ccc.de
content: "{{ lookup('ansible.builtin.file', 'chaosknoten/configs/lists/nginx/lists.hamburg.ccc.de.conf') }}"
- name: lists.c3lingo.org
content: "{{ lookup('ansible.builtin.file', 'chaosknoten/configs/lists/nginx/lists.c3lingo.org.conf') }}"