2020-04-19 23:30:19 +00:00
|
|
|
---
|
2020-11-25 11:38:20 +00:00
|
|
|
- name: Copy jail.local configuration
|
2020-04-19 23:30:19 +00:00
|
|
|
template: src=files/fail2ban/jail.local dest=/etc/fail2ban/jail.local
|
|
|
|
|
2020-11-25 11:38:20 +00:00
|
|
|
- name: Copy jail filters
|
2020-04-19 23:30:19 +00:00
|
|
|
copy: src=files/fail2ban/filter.d/ dest=/etc/fail2ban/filter.d/
|
|
|
|
|