31 lines
536 B
YAML
31 lines
536 B
YAML
|
|
#SPDX-License-Identifier: MIT-0
|
||
|
|
dependencies: []
|
||
|
|
galaxy_info:
|
||
|
|
author: 1xtier
|
||
|
|
role_name: node_exporter
|
||
|
|
description: Installing node-exporter
|
||
|
|
company: RedFex
|
||
|
|
license: license (MIT)
|
||
|
|
min_ansible_version: 2.1
|
||
|
|
platforms:
|
||
|
|
- name: GenericUNIX
|
||
|
|
versions:
|
||
|
|
- all
|
||
|
|
- name: Fedora
|
||
|
|
versions:
|
||
|
|
- all
|
||
|
|
- name: Ubuntu
|
||
|
|
versions:
|
||
|
|
- all
|
||
|
|
- name: Debian
|
||
|
|
versions:
|
||
|
|
- all
|
||
|
|
galaxy_tags:
|
||
|
|
- system
|
||
|
|
- monitoring
|
||
|
|
- prometheus
|
||
|
|
- node
|
||
|
|
- exporter
|
||
|
|
- metrics
|
||
|
|
|