mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-26 05:40:18 +00:00
5879df729c
Add a role for the Smokeping Prober. Signed-off-by: SuperQ <superq@gmail.com>
10 lines
225 B
YAML
10 lines
225 B
YAML
---
|
|
- name: Restart smokeping_prober
|
|
listen: "restart smokeping_prober"
|
|
become: true
|
|
ansible.builtin.systemd:
|
|
daemon_reload: true
|
|
name: smokeping_prober
|
|
state: restarted
|
|
when:
|
|
- not ansible_check_mode
|