ansible/group_vars/prom/prometheus/kresd.yml

6 lines
92 B
YAML

---
prometheus__scraping_kresd:
targets: "{{ groups.dns }}"
address:
port: 8453
...