Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/n1k0r/ansible-role-grafana
- Owner: n1k0r
- Created: 2024-04-01T09:19:50.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-23T07:23:01.000Z (9 months ago)
- Last Synced: 2024-04-23T12:07:32.585Z (9 months ago)
- Topics: administration, ansible, ansible-role, dashboard, deployment, grafana, linux, server
- Language: Jinja
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```