This repository has been archived on 2026-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
Set-OPS/roles/fail2ban_ssh/templates/sshd-chezlepro.local.j2

9 lines
272 B
Django/Jinja

# Managed by Ansible — Set-OPS
[sshd]
enabled = {{ 'true' if fail2ban_ssh_enabled | bool else 'false' }}
port = {{ fail2ban_ssh_port }}
backend = systemd
maxretry = {{ fail2ban_ssh_maxretry }}
findtime = {{ fail2ban_ssh_findtime }}
bantime = {{ fail2ban_ssh_bantime }}