Files
ansible-role-grafana/README.md

29 lines
597 B
Markdown

# ansible-role-grafana
Installs Grafana on Debian/Ubuntu (via apt.grafana.com) and RHEL/Fedora
(via rpm.grafana.com). Installs the OSS edition by default.
## Requirements
- Ansible >= 2.14
## Role Variables
| Variable | Default | Description |
|---|---|---|
| `grafana_package` | `grafana` | Package name (`grafana` or `grafana-enterprise`) |
| `grafana_service_enabled` | `true` | Enable service at boot |
| `grafana_service_state` | `started` | Service state after installation |
## Example Playbook
```yaml
- hosts: servers
roles:
- role: ansible-role-grafana
```
## License
MIT