
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
13 lines
271 B
YAML
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']
|