roles/common: Make sure fail2ban is started

This commit is contained in:
Alan Orth 2019-10-26 17:14:28 +02:00
parent 9f27cda97b
commit 919fbbbcd9
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 2 deletions

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: