mirror of
https://github.com/prometheus-community/ansible
synced 2025-02-16 12:48:26 +00:00
* feat: Add fail2ban_exporter role --------- Signed-off-by: anviar <oleg.kluchkin+github@gmail.com>
10 lines
228 B
YAML
10 lines
228 B
YAML
---
|
|
- name: Restart fail2ban_exporter
|
|
listen: "restart fail2ban_exporter"
|
|
become: true
|
|
ansible.builtin.systemd:
|
|
daemon_reload: true
|
|
name: fail2ban_exporter
|
|
state: restarted
|
|
when:
|
|
- not ansible_check_mode
|