mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-25 21:30:24 +00:00
d53f2cbd03
Signed-off-by: gardar <gardar@users.noreply.github.com>
35 lines
587 B
YAML
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: []
|