ansible/monitoring.yaml
polyfloyd ee6b8bee5c
Some checks failed
Test / build (push) Failing after 59s
monitoring/mqtt_exporter: Install from debian package
2025-04-27 13:08:31 +02:00

9 lines
271 B
YAML

---
- hosts: monitoring
roles:
- { role: "common", tags: [ "common" ] }
- { role: "acme", tags: [ "acme" ] }
- { role: "deb_forgejo", tags: [ "deb_forgejo" ] }
- { role: "nginx", tags: [ "nginx" ] }
- { role: "monitoring", tags: [ "monitoring" ] }