ansible-collection-prometheus/roles/prometheus/meta/main.yml
gardar 422ef282fa
removed: Drop fedora 36 support as it is EOL
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-08-22 02:06:01 +00:00

32 lines
615 B
YAML

---
galaxy_info:
author: "Prometheus Community"
description: "Prometheus monitoring system configuration and management"
license: "Apache"
min_ansible_version: "2.9"
platforms:
- name: "Ubuntu"
versions:
- "bionic"
- "focal"
- "jammy"
- name: "Debian"
versions:
- "bullseye"
- "buster"
- name: "EL"
versions:
- "7"
- "8"
- "9"
- name: "Fedora"
versions:
- "37"
galaxy_tags:
- "monitoring"
- "prometheus"
- "metrics"
- "alerts"
- "alerting"
- "molecule"
- "cloud"