vm-ansible/host_vars/monitoring.yaml

11 lines
194 B
YAML
Raw Normal View History

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