From b2cf6ba5437dcd8b48a6f58c65581d02fab93f39 Mon Sep 17 00:00:00 2001 From: rubenb Date: Mon, 12 Feb 2024 16:57:43 +0100 Subject: [PATCH] add hostvars test-playbook --- host_vars/test-playbook.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 host_vars/test-playbook.yaml diff --git a/host_vars/test-playbook.yaml b/host_vars/test-playbook.yaml new file mode 100644 index 0000000..66242fd --- /dev/null +++ b/host_vars/test-playbook.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