configurations-ansible/roles/fail2ban-basic
2022-11-21 16:52:36 +01:00
..
defaults updating some roles with README 2022-11-21 16:52:36 +01:00
handlers
meta
tasks updating some roles with README 2022-11-21 16:52:36 +01:00
tests
vars
.travis.yml
README.md updating some roles with README 2022-11-21 16:52:36 +01:00

fail2ban-basic

This role install fail2ban into the target.

Requirements

.

Role Variables

  • fail2ban_enabled (boolean): Enable of disable fail2ban setup
  • fail2ban_package_name_by_os_family (array): Each key correspond to OS family, the value correspond to the package name to be installed

Dependencies

.

Example Playbook

ansible-playbook -i inventory/example.yml handbook.yml --extra-vars="target=your_target" --tags fail2ban

License

GPLv3

Author Information