Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/n1k0r/ansible-role-grafana

Grafana role for Ansible
https://github.com/n1k0r/ansible-role-grafana

administration ansible ansible-role dashboard deployment grafana linux server

Last synced: about 2 months ago
JSON representation

Grafana role for Ansible

Awesome Lists containing this project

README

        

# Grafana role for Ansible

## Variables

```yaml
grafana:
version: 8.0.6
port: 3000
user: user
password: userpass
root_url: https://stats.example.com/
plugins: grafana-clock-panel,grafana-simple-json-datasource
source:
host: 127.0.0.1
port: 8086
ssl: no
token: N6qkeSx2JRV2tzfSaIR5suJuZ4fxjWRAuztT7mZq12ukesja7nEOFxDBn8kFajPah9Gth8WHxXk3eqZ8J45oYQ==
org: default
bucket: data
```