ansible-collection-prometheus/roles/fail2ban_exporter/meta/main.yml
gardar 7be1f09b9c
fix: add Ubuntu 24.04 to supported platforms
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-09-13 14:06:14 +00:00

30 lines
553 B
YAML

---
galaxy_info:
author: "Prometheus Community"
description: "Prometheus fail2ban_exporter"
license: "Apache"
min_ansible_version: "2.9"
platforms:
- name: "Ubuntu"
versions:
- "focal"
- "jammy"
- "noble"
- name: "Debian"
versions:
- "bullseye"
- name: "EL"
versions:
- "8"
- "9"
- name: "Fedora"
versions:
- "39"
- "40"
galaxy_tags:
- "monitoring"
- "prometheus"
- "exporter"
- "metrics"
- "system"
- "fail2ban"