Ansible role that install grafana from the Grafana apt repository.
No requirements.
No variables are being used for now. Role simply uses grafana from the apt-get repository and uses default settings.
There will be customization options in the future if needed.
No dependencies.
- hosts: servers
roles:
- ansible-grafana
MIT