ansible-collection-prometheus/roles/systemd_exporter/meta/main.yml
gardar d53f2cbd03
fix: supported platforms in beta
Signed-off-by: gardar <gardar@users.noreply.github.com>
2023-04-26 17:20:32 +00:00

35 lines
587 B
YAML

---
galaxy_info:
author: Prometheus Community
description: Prometheus Systemd Exporter
license: Apache
company: none
min_ansible_version: "2.9"
platforms:
- name: Ubuntu
versions:
- bionic
- focal
- jammy
- xenial
- name: Debian
versions:
- bullseye
- buster
- name: EL
versions:
- '7'
- '7'
- '9'
- name: Fedora
versions:
- '36'
- '37'
galaxy_tags:
- monitoring
- prometheus
- exporter
- metrics
- systemd
dependencies: []