docs: standardize readme format

This commit is contained in:
Simon Cornet 2026-04-10 09:00:12 +02:00
commit fcbd3074af

View file

@ -1,13 +1,15 @@
# Overview
# Ansible Role: Grafana
This role configures [Grafana](https://grafana.com/) server with Prometheus for metrics monitoring.
Install and configure [Grafana](https://grafana.com/) server with Prometheus for metrics monitoring.
## Supported Operating Systems
## Variables
| Operating System | Version |
| --- | ----- |
| Debian | 13 |
| Variable | Required | Default | Description |
|----------|----------|---------|-------------|
| `grafana_admin_password` | Yes | `development` | Grafana admin password |
## Tags
## Example
This role has no tags.
```yaml
grafana_admin_password: "secure_admin_password"
```