This commit is contained in:
Ruben Blanco 2024-01-03 11:33:55 +01:00
parent 458addb0cf
commit 8a3ed3d291
2 changed files with 22 additions and 0 deletions

11
host_vars/cephtest01.yaml Normal file
View File

@ -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"

11
host_vars/cephtest02.yaml Normal file
View File

@ -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"