infrastructure/roles/fail2ban
2022-11-02 21:57:13 +01:00
..
defaults Initial commit 2020-08-10 01:37:13 +02:00
handlers ansible-lint: Fix various new issues 2022-11-02 21:57:13 +01:00
meta ansible-lint: Fix various new issues 2022-11-02 21:57:13 +01:00
tasks ansible-lint: Fix various new issues 2022-11-02 21:57:13 +01:00
templates fail2ban: Harden service 2021-12-05 14:22:51 +01:00
README.md fail2ban: Remove explicit EPEL dependency 2021-01-02 04:42:33 +01:00

fail2ban

This will install and configure the fail2ban package and by default enable the ssh jail.

Requirements

CentOS: You will need to have the EPEL repository enabled (eg. by installing the epel-release package).

Role Variables

Please look at the defaults/main.yml for all available variables and their description.

Note: Lines that are commented out via # are usually still valid/used variables, but they are not defined by default, so they might enable a feature, when uncommenting/defining them!

Dependencies

  • (CentOS only) epel

License

GPL-3.0-only