vm-ansible/host_vars/monitoring.yaml

14 lines
300 B
YAML
Raw Normal View History

2022-05-28 21:49:48 +02:00
---
ansible_host: monitoring.intra.tormakris.dev
webserver:
2022-05-28 22:22:18 +02:00
- domain: "prometheus.tormakristof.eu"
2022-05-28 21:49:48 +02:00
port: 8080
bigrequests: false
- domain: "grafana.tormakristof.eu"
port: 8181
bigrequests: false
2022-05-28 22:22:18 +02:00
- domain: "alertmanager.tormakristof.eu"
port: 8181
bigrequests: false
2022-05-28 21:49:48 +02:00
...