Refactor node-exporter to every node

This commit is contained in:
Tobias Reisinger 2025-05-01 15:33:32 +02:00
parent 0359a4ffa7
commit f28e81fc9d
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
8 changed files with 36 additions and 17 deletions

View file

@ -0,0 +1,4 @@
---
- name: Deploy {{ role_name }}
ansible.builtin.import_role:
name: prometheus.prometheus.node_exporter

View file

@ -0,0 +1,6 @@
---
node_exporter_disabled_collectors:
- "textfile"
node_exporter_enabled_collectors:
- "systemd"