From 5e198281cba1a33fca7125745fbcb66ef3be1c78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sat, 28 May 2022 21:49:48 +0200 Subject: [PATCH] add monitoring --- host_vars/monitoring.yaml | 10 ++++++++++ inventory.yaml | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 host_vars/monitoring.yaml diff --git a/host_vars/monitoring.yaml b/host_vars/monitoring.yaml new file mode 100644 index 0000000..bb485aa --- /dev/null +++ b/host_vars/monitoring.yaml @@ -0,0 +1,10 @@ +--- +ansible_host: monitoring.intra.tormakris.dev +webserver: + - domain: "_" + port: 8080 + bigrequests: false + - domain: "grafana.tormakristof.eu" + port: 8181 + bigrequests: false +... diff --git a/inventory.yaml b/inventory.yaml index 38b653f..dbb26eb 100644 --- a/inventory.yaml +++ b/inventory.yaml @@ -29,6 +29,7 @@ all: bitwarden: nexus: nextcloud: + monitoring: nightlydocker: hosts: matrix: @@ -37,4 +38,5 @@ all: bitwarden: nexus: nextcloud: + monitoring: ...