From 688e2c362b2c5b29ab3ccd8d86748bce9240bfad Mon Sep 17 00:00:00 2001 From: Stefan Haun Date: Sat, 12 Dec 2020 15:50:50 +0100 Subject: [PATCH] Add http proxy for openhab Dehydrated is not yet ready, so we cannot provide the necessary certs. Apache would fail like that. --- pottwal.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pottwal.yml b/pottwal.yml index d75e2ec..941b190 100644 --- a/pottwal.yml +++ b/pottwal.yml @@ -57,6 +57,13 @@ env: 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: - name: restart openhab docker_container: