Commit fcbd3074 authored by Simon Cornet's avatar Simon Cornet
Browse files

docs: standardize readme format

parent 67381e3e
Loading
Loading
Loading
Loading
Loading
+10 −8
Original line number Diff line number Diff line
# 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"
```