light: use new combined cert and make server reachable over v6

The server being reachable over v6 is needed for the new method of
getting the cert directly via http challenge over v6.
This commit is contained in:
June 2024-07-30 00:14:09 +02:00
commit 70a27ec79c
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
5 changed files with 68 additions and 55 deletions

View file

@ -53,9 +53,7 @@ ola__configs:
nginx__version_spec: ""
nginx__deploy_redirect_conf: false
nginx__configurations:
- name: light.ccchh.net
content: "{{ lookup('ansible.builtin.file', 'z9/configs/light/nginx/light.ccchh.net.conf') }}"
- name: light-werkstatt.ccchh.net
content: "{{ lookup('ansible.builtin.file', 'z9/configs/light/nginx/light-werkstatt.ccchh.net.conf') }}"
- name: light
content: "{{ lookup('ansible.builtin.file', 'z9/configs/light/nginx/light.conf') }}"
- name: http_handler
content: "{{ lookup('ansible.builtin.file', 'z9/configs/light/nginx/http_handler.conf') }}"