first commit
This commit is contained in:
15
defaults/main.yml
Normal file
15
defaults/main.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
|
||||
fail2ban_setup: full
|
||||
fail2ban_defaults: { bantime: 7200, findtime: 600, maxretry: 3 }
|
||||
fail2ban_ignores_ips: []
|
||||
fail2ban_services: []
|
||||
fail2ban_alerts: { email: '', enabled: false, from: '' }
|
||||
|
||||
fail2ban_blocktype: DROP
|
||||
fail2ban_default_ipset_lists: [whitelist, whitelist6]
|
||||
fail2ban_custom_ipset_lists: []
|
||||
fail2ban_enable_ignorecommand: false
|
||||
fail2ban_dummy_logs: false
|
||||
fail2ban_dummy_log_path: /var/log/fail2ban-dummy.log
|
||||
fail2ban_recidive_ignore_jails: []
|
||||
Reference in New Issue
Block a user