From 30e467b72ec3ab688fa50f6dae5b0f6eef83d94d Mon Sep 17 00:00:00 2001 From: rubenb Date: Mon, 30 Oct 2023 17:08:40 +0100 Subject: [PATCH] update vars for this host --- host_vars/debian-test-awx-vm.yaml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/host_vars/debian-test-awx-vm.yaml b/host_vars/debian-test-awx-vm.yaml index 81c5ad3..82f4a60 100644 --- a/host_vars/debian-test-awx-vm.yaml +++ b/host_vars/debian-test-awx-vm.yaml @@ -3,15 +3,12 @@ bantime: "604800" maxretry: "4" findtime: "604800" jails: -- name: sshd - enabled: true - filter: sshd - logpath: /var/log/auth.log - port: ['ssh', '22'] - maxretry: 4 - bantime: 604800 - findtime: 604800 - action: "%(action_mwl)s" + - name: sshd + enabled: true + port: ['22'] + filter: sshd + logpath: "%(sshd_log)s" + backend: "%(sshd_backend)s" # ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # EXAMPLE # bantime: "604800"