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"