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:
parent
a23c152d8e
commit
70a27ec79c
5 changed files with 68 additions and 55 deletions
|
@ -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') }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue