mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 14:24:25 +00:00
dcfbfa84d2
Signed-off-by: Paweł Krupa (paulfantom) <pawel@krupa.net.pl>
32 lines
528 B
YAML
32 lines
528 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: []
|