Add Fail2Ban playbook for Linux hosts

This commit is contained in:
2025-04-24 19:53:59 +02:00
parent 558c867bc7
commit b4178c92a2
+10
View File
@@ -0,0 +1,10 @@
---
- name: Fail2Ban
hosts: linux
gather_facts: true
roles:
- role: "fail2ban"
tags:
- roles
- roles::fail2ban