add monitoring
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Torma Kristóf 2022-05-28 21:49:48 +02:00
parent edcbafcc2e
commit 5e198281cb
2 changed files with 12 additions and 0 deletions

10
host_vars/monitoring.yaml Normal file
View File

@ -0,0 +1,10 @@
---
ansible_host: monitoring.intra.tormakris.dev
webserver:
- domain: "_"
port: 8080
bigrequests: false
- domain: "grafana.tormakristof.eu"
port: 8181
bigrequests: false
...

View File

@ -29,6 +29,7 @@ all:
bitwarden:
nexus:
nextcloud:
monitoring:
nightlydocker:
hosts:
matrix:
@ -37,4 +38,5 @@ all:
bitwarden:
nexus:
nextcloud:
monitoring:
...