kolla/ansible/roles/grafana/tasks/deploy.yml

10 lines
218 B
YAML

---
- 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']