mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 14:24:25 +00:00
2529617e41
Signed-off-by: gardar <gardar@users.noreply.github.com>
32 lines
536 B
YAML
32 lines
536 B
YAML
---
|
|
galaxy_info:
|
|
author: Prometheus Community
|
|
description: Prometheus Node Exporter
|
|
license: Apache
|
|
company: none
|
|
min_ansible_version: "2.7"
|
|
platforms:
|
|
- name: Ubuntu
|
|
versions:
|
|
- bionic
|
|
- xenial
|
|
- name: Debian
|
|
versions:
|
|
- stretch
|
|
- buster
|
|
- name: EL
|
|
versions:
|
|
- '7'
|
|
- '8'
|
|
- name: Fedora
|
|
versions:
|
|
- '30'
|
|
- '31'
|
|
galaxy_tags:
|
|
- monitoring
|
|
- prometheus
|
|
- exporter
|
|
- metrics
|
|
- system
|
|
|
|
dependencies: []
|