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

@ -82,6 +82,11 @@
roles:
- nginx
- name: Ensure prometheus_node_exporter deployment on prometheus_node_exporter_hosts
hosts: prometheus_node_exporter_hosts
roles:
- prometheus_node_exporter
- name: Configure unattended upgrades
hosts: all
become: true