Bertrand Lallau 29844253c1 Grafana: automatically set InfuxDB datasource
In order to automate Grafana configuration, this fix automatically
set the InfluxDB datasource. This avoid doing a annoying manual
configuration after Kolla-ansible deployment.

Change-Id: I2b1a63fd371966192f1df0a82cee4711c6324710
2017-04-25 22:20:32 +02:00

13 lines
271 B
YAML

---
- include: config.yml
when: inventory_hostname in groups['grafana']
- include: bootstrap.yml
when: inventory_hostname in groups['grafana']
- name: Flush handlers
meta: flush_handlers
- include: post_config.yml
when: inventory_hostname in groups['grafana']