Setup https for Light VM for light.ccchh.net

This commit is contained in:
julian 2023-01-12 23:36:57 +01:00
parent f44e3f28b0
commit 239b9b9689
5 changed files with 45 additions and 10 deletions
inventories/z9/host_vars

View file

@ -48,6 +48,9 @@ ola__configs:
- name: ola-usbserial
content: "{{ lookup('ansible.builtin.file', 'configs/light/ola/ola-usbserial.conf') }}"
foobazdmx__art_net_host: localhost
nginx__enable_https_redirect: false
nginx__configs:
- name: foobazdmx
content: "{{ lookup('ansible.builtin.file', 'configs/light/nginx/foobazdmx.conf') }}"
- name: light.ccchh.net
content: "{{ lookup('ansible.builtin.file', 'configs/light/nginx/light.ccchh.net.conf') }}"
- name: http_handler
content: "{{ lookup('ansible.builtin.file', 'configs/light/nginx/http_handler.conf') }}"