File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -26,4 +26,5 @@ security_autoupdate_mail_to: ""
26
26
security_autoupdate_mail_on_error : true
27
27
28
28
security_fail2ban_enabled : true
29
- security_fail2ban_custom_configuration_template : " jail.local.j2"
29
+ security_fail2ban_custom_jail_template : " jail.local.j2"
30
+ security_fail2ban_custom_configuration_template : " fail2ban.local.j2"
Original file line number Diff line number Diff line change 14
14
15
15
- name : Copy jail custom configuration file into place.
16
16
template :
17
- src : " {{ security_fail2ban_custom_configuration_template }}"
17
+ src : " {{ security_fail2ban_custom_jail_template }}"
18
18
dest : /etc/fail2ban/jail.local
19
19
owner : root
20
20
group : root
25
25
- name : Copy fail2ban custom configuration file into place.
26
26
template :
27
27
src : fail2ban.local.j2
28
+ src : " {{ security_fail2ban_custom_configuration_template }}"
28
29
dest : /etc/fail2ban/fail2ban.local
29
30
owner : root
30
31
group : root
You can’t perform that action at this time.
0 commit comments