9c17c7ad19
* Add setup_grafana role for integration tests * grafana_datasource: add integration tests for elastic datasource * grafana_datasource: add integration tests for influxdb datasource * grafana_datasource: add integration tests for postgres datasource * grafana_datasource: add integration tests for cloudwatch datasource
8 lines
206 B
YAML
8 lines
206 B
YAML
- block:
|
|
- include: elastic.yml
|
|
- include: influx.yml
|
|
- include: postgres.yml
|
|
- include: cloudwatch.yml
|
|
when:
|
|
- ansible_distribution == 'Ubuntu'
|
|
- ansible_distribution_release != 'trusty'
|