25 lines
695 B
YAML
25 lines
695 B
YAML
---
|
|
### COMMON #####################################################################
|
|
hostname: 'test-playbook'
|
|
|
|
hosts:
|
|
- ip: 127.0.0.1
|
|
name: localhost
|
|
- ip: 127.0.1.1
|
|
name: test-playbook.lab.dc.verdnatura.es test-playbook
|
|
################################################################################
|
|
|
|
### FAIL2BAN ####################################################################
|
|
fail2ban_times:
|
|
bantime: "604800"
|
|
maxretry: "4"
|
|
findtime: "604800"
|
|
fail2ban_jails:
|
|
- name: sshd
|
|
enabled: true
|
|
port: ['22']
|
|
filter: sshd
|
|
logpath: "%(sshd_log)s"
|
|
backend: "%(sshd_backend)s"
|
|
################################################################################
|