Skip to content

Commit

Permalink
Move ignoreips to jail.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Nov 7, 2022
1 parent f9db545 commit 51bc669
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ fail2ban_base_configuration:
- option: logtarget
value: "{{ fail2ban_logtarget }}"
section: Definition
- option: ignoreip
value: "{{ fail2ban_ignoreips | join(' ') }}"
section: DEFAULT

fail2ban_base_jail_configuration:
- option: ignoreself
value: "{{ fail2ban_ignoreself }}"
section: DEFAULT
- option: ignoreip
value: "{{ fail2ban_ignoreips | join(' ') }}"
section: DEFAULT
- option: bantime
value: "{{ fail2ban_bantime }}"
section: DEFAULT
Expand Down

0 comments on commit 51bc669

Please sign in to comment.