Prototype the role
This commit is contained in:
7
roles/ping_exporter/handlers/main.yml
Normal file
7
roles/ping_exporter/handlers/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: "Restart-ping-exporter"
|
||||
ansible.builtin.systemd:
|
||||
name: ping_exporter
|
||||
state: restarted
|
||||
enabled: true
|
||||
daemon_reload: true
|
||||
Reference in New Issue
Block a user