summaryrefslogtreecommitdiffstats
path: root/roles/prometheus/meta/main.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-09-15 22:17:49 +0200
committerAhmed Abdelhalim <[email protected]>2025-09-15 22:26:15 +0200
commitd7c3044edf15ca2ee8a8bcc2fcdce8e26e4133d9 (patch)
tree111df0a6afbf307b6ed9e7a112d02dffa506e892 /roles/prometheus/meta/main.yml
parent42899d44598c9cd848af1c86427f0b4c03f54493 (diff)
Add prometheus role (with node exporter)
Diffstat (limited to 'roles/prometheus/meta/main.yml')
-rw-r--r--roles/prometheus/meta/main.yml18
1 files changed, 18 insertions, 0 deletions
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"