feat : Add new variable f2b_unban_ip for specifying an IP to unban during playbook execution.
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 6s
Gitleaks Scan / gitleaks (push) Successful in 5s
Markdown Lint / markdown-lint (push) Successful in 5s

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:
2026-02-23 18:35:10 +01:00
parent 4fa35ca62d
commit 3afa853d09
3 changed files with 35 additions and 1 deletions

View File

@@ -35,4 +35,4 @@
- name: Restart fail2ban
ansible.builtin.systemd:
name: fail2ban
state: restarted
state: restarted