From 6a5743b6b8ae36a14bdd8996c16da27e0c9f558d Mon Sep 17 00:00:00 2001 From: rubenb Date: Tue, 30 Jan 2024 14:16:37 +0100 Subject: [PATCH] hostvar cephtest03 --- host_vars/cephtest03.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 host_vars/cephtest03.yaml diff --git a/host_vars/cephtest03.yaml b/host_vars/cephtest03.yaml new file mode 100644 index 0000000..66242fd --- /dev/null +++ b/host_vars/cephtest03.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