This repository has been archived on 2026-05-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
visio_nrd/roles/jitsi-install/handlers/main.yml
T
2021-05-04 15:08:47 +02:00

14 lines
217 B
YAML

---
- name: restart fail2ban
systemd:
name: fail2ban
state: restarted
daemon_reload: true
enabled: true
- name: restart nftables
systemd:
name: nftables
state: restarted
enabled: true