From 64b679cd1de4684319d1ff9a8e3f04f249ad5b1b Mon Sep 17 00:00:00 2001 From: rubenb Date: Thu, 1 Feb 2024 15:12:58 +0100 Subject: [PATCH] add hostvar core-proxytest --- host_vars/core-proxytest.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 host_vars/core-proxytest.yaml diff --git a/host_vars/core-proxytest.yaml b/host_vars/core-proxytest.yaml new file mode 100644 index 0000000..66242fd --- /dev/null +++ b/host_vars/core-proxytest.yaml @@ -0,0 +1,11 @@ +--- +bantime: "604800" +maxretry: "4" +findtime: "604800" +jails: + - name: sshd + enabled: true + port: ['22'] + filter: sshd + logpath: "%(sshd_log)s" + backend: "%(sshd_backend)s" \ No newline at end of file