Add fail2ban role for ansible
This commit is contained in:
3
ansible/roles/fail2ban/tasks/service.yml
Normal file
3
ansible/roles/fail2ban/tasks/service.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
- name: Start and enable fail2ban service
|
||||
service: name=fail2ban state=restarted enabled=yes
|
||||
Reference in New Issue
Block a user