homeserver/playbooks/base/monitoring.yml
2024-09-23 20:51:13 +02:00

9 lines
171 B
YAML

---
- hosts: all
roles:
- role: mgrote_munin_node
become: true
tags: "munin"
- role: patrickjahns.promtail
become: true
tags: "promtail"