vn-ansible/host_vars/nagios4-test.yaml

12 lines
219 B
YAML
Raw Normal View History

2023-11-27 15:58:01 +00:00
---
2024-02-14 13:37:05 +00:00
fail2ban_times:
2024-02-14 13:35:39 +00:00
bantime: "604800"
maxretry: "4"
findtime: "604800"
fail2ban_jails:
2023-11-27 15:58:01 +00:00
- name: sshd
enabled: true
port: ['22']
filter: sshd
logpath: "%(sshd_log)s"
backend: "%(sshd_backend)s"