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
297 B
Django/Jinja

# Managed by Ansible — Set-OPS
[sshd]
enabled = {{ 'true' if chezlepro_fail2ban_enabled | bool else 'false' }}
port = {{ chezlepro_ssh_port }}
backend = systemd
maxretry = {{ chezlepro_fail2ban_maxretry }}
findtime = {{ chezlepro_fail2ban_findtime }}
bantime = {{ chezlepro_fail2ban_bantime }}