roles/common: Make sure fail2ban is started

This commit is contained in:
2019-10-26 17:14:28 +02:00
parent 9f27cda97b
commit 919fbbbcd9

View File

@ -14,7 +14,7 @@
- reload systemd
- restart fail2ban
- name: Enable fail2ban service
systemd: name=fail2ban enabled=yes
- name: Start and enable fail2ban service
systemd: name=fail2ban state=started enabled=yes
# vim: set sw=2 ts=2: