From d7c3044edf15ca2ee8a8bcc2fcdce8e26e4133d9 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 15 Sep 2025 22:17:49 +0200 Subject: Add prometheus role (with node exporter) --- roles/prometheus/meta/main.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 roles/prometheus/meta/main.yml (limited to 'roles/prometheus/meta/main.yml') diff --git a/roles/prometheus/meta/main.yml b/roles/prometheus/meta/main.yml new file mode 100644 index 00000000..9ac4e138 --- /dev/null +++ b/roles/prometheus/meta/main.yml @@ -0,0 +1,18 @@ +--- +dependencies: [] +galaxy_info: + author: "a14m" + description: "Install lightweight Prometheus and Node Exporter for monitoring" + company: "kartoffeln.work GmbH." + license: "MIT" + min_ansible_version: "2.18" + platforms: + - name: "ArchLinux" + versions: + - "all" + - name: "Ubuntu" + versions: + - "noble" + - name: "Debian" + versions: + - "bookworm" -- cgit v1.2.3