summaryrefslogtreecommitdiff
path: root/dan/ele-mon.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-07-22 21:14:58 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-07-22 21:14:58 +0200
commit6d9ebd179f7fc39101a7bd29daba4bfe9653439d (patch)
treec8a5f16b6a82dd7bbed05c5614e645ddab5edd4c /dan/ele-mon.yml
parentele-calypso: add temporary workaround for network config (diff)
elevate: clean up some old hosts
Diffstat (limited to 'dan/ele-mon.yml')
-rw-r--r--dan/ele-mon.yml33
1 files changed, 0 insertions, 33 deletions
diff --git a/dan/ele-mon.yml b/dan/ele-mon.yml
deleted file mode 100644
index 08a2d283..00000000
--- a/dan/ele-mon.yml
+++ /dev/null
@@ -1,33 +0,0 @@
----
-- name: Basic Setup
- hosts: ele-mon
- roles:
- - role: apt-repo/base
- - role: core/base
- - role: core/sshd/base
- - role: core/zsh
- - role: core/ntp
-
-- name: Payload Setup
- hosts: ele-mon
- roles:
- - role: nginx/base
- - role: apt-repo/spreadspace
- - role: monitoring/prometheus/ca
- - role: monitoring/prometheus/exporter
- - role: monitoring/prometheus/server
- - role: monitoring/prometheus/alertmanager
- - role: monitoring/grafana
- - role: nginx/vhost
- nginx_vhost:
- name: monitoring
- template: generic-proxy-no-buffering
- 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"