Remove fail2ban config files
Better install them via fail2ban role
This commit is contained in:
parent
405995863f
commit
53f2925435
4 changed files with 0 additions and 47 deletions
|
@ -1,18 +1,4 @@
|
|||
---
|
||||
- name: "Fail2ban | Copy jail file"
|
||||
ansible.builtin.copy:
|
||||
src: files/fail2ban/postfix-sasl.conf
|
||||
dest: "{{ fail2ban_jail_dir }}/postfix-sasl.conf"
|
||||
mode: "0644"
|
||||
notify: reload fail2ban
|
||||
|
||||
- name: "Fail2ban | Copy SASL filter"
|
||||
ansible.builtin.copy:
|
||||
src: files/fail2ban/postfix-sasl.local
|
||||
dest: "{{ fail2ban_filter_dir }}/postfix-sasl.local"
|
||||
mode: "0644"
|
||||
notify: reload fail2ban
|
||||
|
||||
- name: "Fail2ban | Setup SASL logging"
|
||||
ansible.builtin.copy:
|
||||
src: rsyslog.d/mail-sasl.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue