configurations-ansible/roles/fail2ban-basic
2023-01-13 18:01:41 +01:00
..
defaults
handlers
meta better pihole role; change update_only and uninstall from variable to global tag; update accordingly dependent roles 2023-01-11 17:44:16 +01:00
tasks add some debug messages; cleanup of some blocks; update some README with missing useful informations 2023-01-13 18:01:41 +01:00
tests
vars
.travis.yml
README.md

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