Ansible role to install and configure Grafana.
- hosts: myhost
vars:
grafana_version: 3.0.4
roles:
- wunzeco.grafana
By default, grafana plugins are updated if an update is available. This may be
turned off by setting grafana_update_plugins
to false
.
To run this role's integration tests
kitchen test
none