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:
parent
d323a09f2b
commit
688e2c362b
1 changed files with 7 additions and 0 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue