Ansible role that installs Grafana and Prometheus
Find a file
Renovate Bot 6134f4ac79
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
chore(package): update cr.simoncor.net/dockerhub/grafana/grafana-oss docker tag to v13 (#2)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cr.simoncor.net/dockerhub/grafana/grafana-oss](https://github.com/grafana/grafana) | major | `12.4.3` → `13.0.1` |

---

### Release Notes

<details>
<summary>grafana/grafana (cr.simoncor.net/dockerhub/grafana/grafana-oss)</summary>

### [`v13.0.1`](https://github.com/grafana/grafana/blob/HEAD/CHANGELOG.md#1301security-01-2026-05-12)

[Compare Source](https://github.com/grafana/grafana/compare/v12.4.3...v13.0.1)

##### Bug fixes

- **Security**: CVE-2026-28374
- **Security**: CVE-2026-28376
- **Security**: CVE-2026-28383
- **Security**: CVE-2026-28380
- **Security**: CVE-2026-33376
- **Security**: CVE-2026-28379
- **Security**: CVE-2026-33377
- **Security**: CVE-2026-33378
- **Security**: CVE-2026-33381
- **Security**: CVE-2026-33380

<!-- 13.0.1+security-01 END -->

<!-- 12.4.3+security-02 START -->

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTEuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE5MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #2
2026-05-22 08:43:57 +02:00
.woodpecker chore: switch ansible-lint image to cr.simoncor.net/ansible-lint 2026-05-19 15:48:29 +02:00
defaults feat: initial commit 2025-10-23 16:06:21 +02:00
handlers feat: initial commit 2025-10-23 16:06:21 +02:00
meta feat: move deps to playbook 2026-05-08 15:44:26 +02:00
roles ci: migrate from gitlab ci to woodpecker 2026-05-15 14:31:02 +02:00
tasks chore(package): update cr.simoncor.net/dockerhub/grafana/grafana-oss docker tag to v13 (#2) 2026-05-22 08:43:57 +02:00
.ansible-lint chore: enable offline mode for ansible-lint 2026-05-19 16:13:46 +02:00
.gitignore feat: initial commit 2025-10-23 16:06:21 +02:00
.markdownlint-cli2.jsonc ci: migrate from gitlab ci to woodpecker 2026-05-15 14:31:02 +02:00
.yamllint feat: initial commit 2025-10-23 16:06:21 +02:00
AGENTS.md chore: add AGENTS.md for opencode agents 2026-02-16 10:26:57 +01:00
playbook.yaml feat: move deps to playbook 2026-05-08 15:44:26 +02:00
readme.md ci: migrate from gitlab ci to woodpecker 2026-05-15 14:31:02 +02:00
renovate.json feat: initial commit 2025-10-23 16:06:21 +02:00

Ansible Role: Grafana

Install and configure Grafana server with Prometheus for metrics monitoring.

Variables

Variable Required Default Description
grafana_admin_password Yes development Grafana admin password

Example

grafana_admin_password: "secure_admin_password"