grafana/readme.md
Simon Cornet 95acabeb48
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
ci: migrate from gitlab ci to woodpecker
2026-05-15 14:31:02 +02:00

15 lines
457 B
Markdown

# Ansible Role: Grafana
Install and configure [Grafana](https://grafana.com/) server with Prometheus for metrics monitoring.
## Variables
| Variable | Required | Default | Description |
| ------------------------ | -------- | ------------- | ---------------------- |
| `grafana_admin_password` | Yes | `development` | Grafana admin password |
## Example
```yaml
grafana_admin_password: "secure_admin_password"
```