From 4d16bcd374f6fa830d1598a506d46b5b07aad857 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 7 Dec 2022 22:36:08 +0100 Subject: monitoring: add simple landingpage --- dan/ele-calypso.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'dan') diff --git a/dan/ele-calypso.yml b/dan/ele-calypso.yml index 818e8f3a..106a73d0 100644 --- a/dan/ele-calypso.yml +++ b/dan/ele-calypso.yml @@ -24,19 +24,7 @@ - role: monitoring/prometheus/server - role: monitoring/prometheus/alertmanager - role: monitoring/grafana - - role: nginx/vhost - nginx_vhost: - name: monitoring - template: generic - hostnames: - - "_" - locations: - '/grafana/': - proxy_pass: "http://127.0.0.1:3000" - '/prometheus/': - proxy_pass: "http://127.0.0.1:9090" - '/alertmanager/': - proxy_pass: "http://127.0.0.1:9093" + - role: monitoring/landingpage post_tasks: ## TODO: move to network/interfaces when this is done - name: install vlan interfaces -- cgit v1.2.3