Fix jail options not being configurable with default values individually

This commit is contained in:
Alexander Gorelyshev
2026-06-09 20:19:22 +04:00
parent 870dbac530
commit bb291e438a
2 changed files with 21 additions and 12 deletions

View File

@@ -0,0 +1,10 @@
fail2ban_rhel_jail_sshd:
enabled: "{{ fail2ban_rhel_jail_sshd_enabled }}"
port: "{{ fail2ban_rhel_jail_sshd_port }}"
findtime: "{{ fail2ban_rhel_jail_sshd_findtime }}"
maxretry: "{{ fail2ban_rhel_jail_sshd_maxretry }}"
bantime: "{{ fail2ban_rhel_jail_sshd_bantime }}"
logpath: "{{ fail2ban_rhel_jail_sshd_logpath }}"
backend: "{{ fail2ban_rhel_jail_sshd_backend }}"
banaction: "{{ fail2ban_rhel_jail_sshd_banaction }}"
ignoreips: "{{ fail2ban_rhel_jail_sshd_ignoreips }}"