feat ✨: Add new variable f2b_unban_ip for specifying an IP to unban during playbook execution.
Introduce a new variable `f2b_unban_ip` in the Ansible playbook to allow users to specify an IP address that should be unbanned using Fail2Ban. This feature enhances the flexibility of the playbook by enabling targeted IP management.
This commit is contained in:
@@ -35,4 +35,4 @@
|
||||
- name: Restart fail2ban
|
||||
ansible.builtin.systemd:
|
||||
name: fail2ban
|
||||
state: restarted
|
||||
state: restarted
|
||||
|
||||
Reference in New Issue
Block a user