Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.07 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.07 KB

Ansible Role Grafana

Build Status

Fully configurable Grafana installation for Debian/Ubuntu Linux.

Requirements

Tested with ansible 2.1.0
Should work for ansible >= 1.9 (usage of become and become_user)

Role Variables

Please see all the available variables here.

Dependencies

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.

Example Playbook

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 }

License

MIT / BSD

Author Information

This role was created in 2016 by Julien Dufresne.