summaryrefslogtreecommitdiffstats
path: root/roles/common/tasks/fail2ban.yml
blob: 64283dfc078cdd01c59459da9448c61bfa458704 (plain)
1
2
3
4
5
6
7
8
9
10
- name: Install fail2ban
  apt: pkg=fail2ban

- name: Configure fail2ban
  template: src=etc/fail2ban/jail.local.j2
            dest=/etc/fail2ban/jail.local
            owner=root group=root
            mode=0644
  notify:
    - Restart fail2ban