From b24426c4a0b45526e5ccb16c4a7dd45101e3c0ea Mon Sep 17 00:00:00 2001 From: rubenb Date: Fri, 24 Nov 2023 11:56:57 +0100 Subject: [PATCH] add hostvars for host hot-plug --- host_vars/hot-plug-test.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 host_vars/hot-plug-test.yaml diff --git a/host_vars/hot-plug-test.yaml b/host_vars/hot-plug-test.yaml new file mode 100644 index 0000000..66242fd --- /dev/null +++ b/host_vars/hot-plug-test.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