ansible-collection-prometheus/roles/node_exporter/meta/main.yml
gardar 2529617e41
fix(lint): fix all linter exceptions and remove exception rules
Signed-off-by: gardar <gardar@users.noreply.github.com>
2022-11-25 15:39:18 +00:00

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: []