diff --git a/inventories/chaosknoten/host_vars/pretalx.yaml b/inventories/chaosknoten/host_vars/pretalx.yaml index 663f5a4..3bdad13 100644 --- a/inventories/chaosknoten/host_vars/pretalx.yaml +++ b/inventories/chaosknoten/host_vars/pretalx.yaml @@ -13,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') }}"