docs: standardize readme format
This commit is contained in:
parent
67381e3e13
commit
fcbd3074af
1 changed files with 10 additions and 8 deletions
18
readme.md
18
readme.md
|
|
@ -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 |
|
| Variable | Required | Default | Description |
|
||||||
| --- | ----- |
|
|----------|----------|---------|-------------|
|
||||||
| Debian | 13 |
|
| `grafana_admin_password` | Yes | `development` | Grafana admin password |
|
||||||
|
|
||||||
## Tags
|
## Example
|
||||||
|
|
||||||
This role has no tags.
|
```yaml
|
||||||
|
grafana_admin_password: "secure_admin_password"
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue