add monitoring
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
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
...