vm-ansible/host_vars/monitoring.yaml

14 lines
300 B
YAML

---
ansible_host: monitoring.intra.tormakris.dev
webserver:
- domain: "prometheus.tormakristof.eu"
port: 8080
bigrequests: false
- domain: "grafana.tormakristof.eu"
port: 8181
bigrequests: false
- domain: "alertmanager.tormakristof.eu"
port: 8181
bigrequests: false
...