ansible-collection-prometheus/roles/bind_exporter/meta/main.yml
gardar 93d4e2b672
fix: replace EOL Fedora versions with current ones
Signed-off-by: gardar <gardar@users.noreply.github.com>
2024-09-13 14:06:14 +00:00

31 lines
553 B
YAML

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