feat: initial installation role for grafana

This commit is contained in:
2026-05-24 17:13:39 +02:00
commit 268f86ef38
8 changed files with 139 additions and 0 deletions

17
meta/main.yml Normal file
View File

@@ -0,0 +1,17 @@
---
galaxy_info:
author: mathieu
description: Install Grafana on Debian and RedHat based distributions
license: MIT
min_ansible_version: "2.14"
platforms:
- name: Debian
versions: [bullseye, bookworm]
- name: Ubuntu
versions: [focal, jammy, noble]
- name: EL
versions: ["8", "9"]
- name: Fedora
versions: [all]
galaxy_tags: [grafana, monitoring, dashboards]
dependencies: []