Add http proxy for openhab

Dehydrated is not yet ready, so we cannot provide the necessary certs.
Apache would fail like that.
This commit is contained in:
Stefan Haun 2020-12-12 15:50:50 +01:00
parent d323a09f2b
commit 688e2c362b

View file

@ -57,6 +57,13 @@
env: env:
EXTRA_JAVA_OPTS="-Duser.timezone=Europe/Berlin" EXTRA_JAVA_OPTS="-Duser.timezone=Europe/Berlin"
- name: Setup proxy site openhab.n39.eu
include_role:
name: setup-http-site-proxy
vars:
site_name: openhab.n39.eu
proxy_port: "{{ openhab_host_port }}"
handlers: handlers:
- name: restart openhab - name: restart openhab
docker_container: docker_container: