chore: add oefenweb.fail2ban role

This commit is contained in:
Matthew McKinnon 2025-01-26 11:13:05 +10:00
parent 8a9865f5e8
commit 49ab6ab653

View File

@ -16,6 +16,15 @@
- hosts: cloud
become: yes
roles:
- role: oefenweb.fail2ban
vars:
fail2ban_services:
- name: sshd
port: 22
maxretry: 3
bantime: -1
tags: fail2ban
- role: docker
tags: docker_install