Add prometheus-node-exporter role and add it to most hosts

This commit is contained in:
chris 2024-11-03 21:23:27 +01:00
commit 261bd7d654
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
5 changed files with 47 additions and 2 deletions

View file

@ -0,0 +1,9 @@
---
dependencies:
- role: distribution_check
vars:
distribution_check__distribution_support_spec:
- name: Debian
major_versions:
- "11"
- "12"