From 7f7c55eb34019b923b99aec9b1ae72ff6de2453e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20M=C3=A4user?= Date: Sun, 28 Jan 2018 13:40:01 +0100 Subject: [PATCH] Added Proxy f/ firmware, Yanic Influx feeding --- roles/web-gw/templates/vhost.j2 | 4 ++++ roles/yanic/defaults/main.yml | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/roles/web-gw/templates/vhost.j2 b/roles/web-gw/templates/vhost.j2 index 3e870fc..7fa58c8 100644 --- a/roles/web-gw/templates/vhost.j2 +++ b/roles/web-gw/templates/vhost.j2 @@ -18,6 +18,10 @@ server { location /move.php { proxy_pass https://home.mephis.to/move.php; } + location /firmware-ng/experimental { + proxy_pass https://home.mephis.to/ff/experimental/images; + } + } server { diff --git a/roles/yanic/defaults/main.yml b/roles/yanic/defaults/main.yml index 53b3d48..537b44e 100644 --- a/roles/yanic/defaults/main.yml +++ b/roles/yanic/defaults/main.yml @@ -28,9 +28,9 @@ yanic_database_delete_after: "7d" yanic_database_delete_interval: "1h" yanic_influxdb: -- enable: false - host: http://localhost:8086 - database: ffhb +- enable: true + host: http://88.99.2.28:8086 + database: ffrgb username: "" password: "" yanic_graphite: