Fully configurable Grafana installation for Debian/Ubuntu Linux.
Tested with ansible 2.1.0
Should work for ansible >= 1.9 (usage of become
and become_user
)
Please see all the available variables here.
Grafana requires you to configure a database. You can use either sqlite3, mysql or postgres.
You should install one of these databases before running this role.
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
roles:
- { role: juliendufresne.grafana }
MIT / BSD
This role was created in 2016 by Julien Dufresne.