infrastructure/roles/fail2ban/README.md

27 lines
662 B
Markdown
Raw Permalink Normal View History

2020-08-10 01:37:13 +02:00
fail2ban
=========
This will install and configure the `fail2ban` package and by default enable the ssh jail.
2020-08-10 01:37:13 +02:00
Requirements
------------
CentOS: You will need to have the EPEL repository enabled (eg. by installing the `epel-release` package).
2020-08-10 01:37:13 +02:00
Role Variables
--------------
**Please look at the [defaults/main.yml](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
2020-08-10 01:37:13 +02:00
License
-------
GPL-3.0-only