10 lines
218 B
YAML
Raw Normal View History

---
- include: config.yml
when: inventory_hostname in groups['grafana']
- include: bootstrap.yml
when: inventory_hostname in groups['grafana']
- include: start.yml
when: inventory_hostname in groups['grafana']