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-setops.local.j2

10 lines
272 B
Text
Raw Normal View History

2026-06-20 15:17:46 -04:00
# Managed by Ansible — Set-OPS
[sshd]
enabled = {{ 'true' if fail2ban_ssh_enabled | bool else 'false' }}
port = {{ fail2ban_ssh_port }}
2026-06-20 15:17:46 -04:00
backend = systemd
maxretry = {{ fail2ban_ssh_maxretry }}
findtime = {{ fail2ban_ssh_findtime }}
bantime = {{ fail2ban_ssh_bantime }}