add node_exporter role

This commit is contained in:
2022-08-30 07:49:00 -05:00
parent 3e982b9729
commit d5fd90a9e9
13 changed files with 398 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
- name: restart node_exporter
systemd:
name: node_exporter.service
daemon_reload: true
state: restarted