main #31

Merged
juan merged 154 commits from main into lab 2024-10-16 15:22:43 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit e195130241 - Show all commits

View File

@ -5,6 +5,7 @@ fail2ban:
bantime: 600
maxretry: 4
ignore: "127.0.0.0/8 {{ dc_net }}"
logpath: "/var/log/auth.log"
fail2ban_base_packages:
- fail2ban
- rsyslog

View File

@ -17,4 +17,4 @@ action = %(action_)s
enabled = true
port = 0:65535
filter = sshd
logpath = %(sshd_log)s
logpath = {{ fail2ban.logpath }}