Add role for snmp_exporter

This commit is contained in:
2024-04-14 17:23:51 -05:00
parent 6108475fbd
commit 907d7a9c63
9 changed files with 27766 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
- name: restart snmp_exporter
systemd:
name: "{{ snmp_exporter_service_name }}"
daemon_reload: true
state: restarted