15 lines
386 B
Markdown
15 lines
386 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"
|
|
```
|