vn-ansible/host_vars/test-playbook.yaml

23 lines
618 B
YAML
Raw Normal View History

2024-02-12 15:57:43 +00:00
---
2024-02-14 13:50:00 +00:00
### COMMON #####################################################################
hostname: 'test-playbook'
hosts:
- ip: 127.0.0.1
name: localhost
################################################################################
### FAIL2BAN ####################################################################
fail2ban_times:
bantime: "604800"
maxretry: "4"
findtime: "604800"
fail2ban_jails:
2024-02-12 15:57:43 +00:00
- name: sshd
enabled: true
port: ['22']
filter: sshd
logpath: "%(sshd_log)s"
2024-02-14 13:50:00 +00:00
backend: "%(sshd_backend)s"
################################################################################