node_exporter: First version of role

This commit is contained in:
Timo Makinen 2023-08-19 17:28:30 +00:00
parent f573704b34
commit 051acc86cc
4 changed files with 62 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
- name: Restart node_exporter
ansible.builtin.service:
name: prometheus-node-exporter
state: restarted