ansible-collection-prometheus/roles/bind_exporter/meta/main.yml
anviar 29bb493b1d
feat: Add bind_exporter role
Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
2024-02-23 13:33:13 +03:00

33 lines
586 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"
- "buster"
- name: "EL"
versions:
- "7"
- "8"
- "9"
- name: "Fedora"
versions:
- "37"
- '38'
galaxy_tags:
- "monitoring"
- "prometheus"
- "exporter"
- "metrics"
- "system"
- "bind"
- "named"
- "dns"