Install the fail2ban package.
None.
software_install_fail2ban_epel_installed: true
Defines whether the epel package should be installed or not.
None.
The epel repository must be available on the server.
This roll will install the epel-release package if software_install_fail2ban_epel_installed is set to true.
Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
- hosts: servers
vars_files:
- vars/main.yml
roles:
- glillico.install_fail2ban
MIT
Created in 2020 by Graham Lillico. (Inspired by geerlingguy/ansible-role-security).