From 78af4bf3f84e8f568b5f335b6566f3015f1662c3 Mon Sep 17 00:00:00 2001 From: nrb <freifunk@nicoboehr.de> Date: Sat, 9 Jan 2021 20:06:57 +0100 Subject: [PATCH] add ffs05 reverse proxy --- host_vars/revproxy-05.freifunk-stuttgart.de/revproxy | 9 +++++++++ inventory/ffs05 | 2 ++ 2 files changed, 11 insertions(+) create mode 100644 host_vars/revproxy-05.freifunk-stuttgart.de/revproxy diff --git a/host_vars/revproxy-05.freifunk-stuttgart.de/revproxy b/host_vars/revproxy-05.freifunk-stuttgart.de/revproxy new file mode 100644 index 0000000..fa35234 --- /dev/null +++ b/host_vars/revproxy-05.freifunk-stuttgart.de/revproxy @@ -0,0 +1,9 @@ +--- +letsencrypt_account_email: "hostmaster@freifunk-stuttgart.de" +letsencrypt_acme_directory: "https://acme-v02.api.letsencrypt.org/directory" +vhosts: + - domain: grafana.freifunk-stuttgart.de + backend: http://10.0.3.237/ + type: https + enabled: true + diff --git a/inventory/ffs05 b/inventory/ffs05 index cd0824b..cdcb61a 100644 --- a/inventory/ffs05 +++ b/inventory/ffs05 @@ -3,5 +3,7 @@ ffs05: hosts: ffs05.freifunk-stuttgart.de: ansible_ssh_host: ffs05 + revproxy-05.freifunk-stuttgart.de: + ansible_ssh_host: 3215.ffs05 gw04n03.gw.freifunk-stuttgart.de: ansible_ssh_host: 3043.ffs05 -- GitLab