linderhof/playbooks/monitoring.yml

9 lines
143 B
YAML
Raw Normal View History

---
- name: Deploy monitoring stack
hosts: all
become: true
roles:
- role: monitoring
when: enable_monitoring | default(true)