ansible-collection-prometheus/roles/alertmanager/meta/main.yml
gardar 9e64a645db
fix: document supported platform versions
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-04-26 18:23:29 +00:00

30 lines
556 B
YAML

---
galaxy_info:
author: "Prometheus Community"
description: "Prometheus Alertmanager service"
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:
- "36"
- "37"
galaxy_tags:
- "monitoring"
- "prometheus"
- "alerting"
- "alert"