From 1ffd0bb0409469c3e1cd81a11e50e9e3528d870e Mon Sep 17 00:00:00 2001 From: rubenb Date: Wed, 14 Feb 2024 18:00:20 +0100 Subject: [PATCH] update hostvar fail2ban times --- host_vars/test-playbook.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/host_vars/test-playbook.yaml b/host_vars/test-playbook.yaml index 57f2ca3..743bdb0 100644 --- a/host_vars/test-playbook.yaml +++ b/host_vars/test-playbook.yaml @@ -19,9 +19,9 @@ resolvs: fail2ban_enabled: True #fail2ban_enabled: False fail2ban_times: - bantime: "604800" - maxretry: "4" - findtime: "604800" + - bantime: "604800" + maxretry: "4" + findtime: "604800" fail2ban_jails: - name: sshd enabled: true