Add the node_exporter role
This commit is contained in:
17
roles/node_exporter/meta/main.yml
Normal file
17
roles/node_exporter/meta/main.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
galaxy_info:
|
||||
role_name: node_exporter
|
||||
namespace: genlab
|
||||
author: "Alexander Gorelyshev"
|
||||
company: "Genlab, LLC"
|
||||
description: "Deploy prometheus/node_exporter binary as a systemd unit"
|
||||
license: "GPL-2.0-or-later"
|
||||
min_ansible_version: "2.1"
|
||||
|
||||
platforms:
|
||||
- name: "Ubuntu"
|
||||
versions: ["focal", "jammy"]
|
||||
|
||||
galaxy_tags: ["prometheus"]
|
||||
|
||||
dependencies: []
|
||||
Reference in New Issue
Block a user