fixes: ghost image upgrades and smartctl exporter

This commit is contained in:
2026-07-27 12:51:28 -04:00
parent b3fdf181a1
commit 386e165f6b
6 changed files with 116 additions and 7 deletions
+6
View File
@@ -0,0 +1,6 @@
---
- name: Restart node_exporter
ansible.builtin.systemd:
name: prometheus-node-exporter
state: restarted
become: true