Initial commit
This commit is contained in:
commit
0fdb74a9a2
7 changed files with 168 additions and 0 deletions
13
handlers/main.yml
Normal file
13
handlers/main.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
- name: Restart prometheus-opnsense-exporter
|
||||
ansible.builtin.systemd_service:
|
||||
name: prometheus-opnsense-exporter
|
||||
daemon_reload: true
|
||||
state: restarted
|
||||
enabled: yes
|
||||
|
||||
- name: Restart prometheus-opnsense-dhcp-exporter
|
||||
ansible.builtin.systemd_service:
|
||||
name: prometheus-opnsense-dhcp-exporter
|
||||
daemon_reload: true
|
||||
state: restarted
|
||||
enabled: yes
|
||||
Loading…
Add table
Add a link
Reference in a new issue