BerkhanBerkdemir / ansible-role-fail2ban

Install, set up and configure Fail2Ban in a breeze

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status BSD-2-Clause

ansible-role-fail2ban

This role installs any version of Fail2Ban with minimum requirements and configure operator customized or pre-made jails by Fail2Ban community to secure the system from dictionary attacks--or brute-force.

Default behavior of this role is to install Fail2Ban from its git repository with defined latest version and, of course, start the service.

Requirements

This role only requires Ansible and operating system that is stated in Compatibility Chart.

Role Variables

There is no additional variables for this role.

Example Playbook

- hosts: servers
  roles:
     - role: ansible-role-fail2ban

Versioning

We use SemVer for versioning. For the versions available, see the releases on this repository.

About

Install, set up and configure Fail2Ban in a breeze

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%