8025-Refactorizacion-AWX-Debian-Base_Fail2ban_to_noise #45

Merged
juan merged 2 commits from 8025-Refactorizacion-AWX-Debian-Base_Fail2ban_to_noise into main 2025-01-13 05:36:55 +00:00
2 changed files with 11 additions and 0 deletions
Showing only changes of commit 7484cd174a - Show all commits

View File

@ -0,0 +1,3 @@
[Definition]
actionstart =
actionstop =

View File

@ -13,6 +13,14 @@
group: root group: root
mode: u=rw,g=r,o=r mode: u=rw,g=r,o=r
notify: restart sshd notify: restart sshd
- name: Adjust action configuration to reduce noise
copy:
src: sendmail-common.local
dest: /etc/fail2ban/action.d/sendmail-common.local
owner: root
group: root
mode: u=rw,g=r,o=r
notify: restart sshd
- name: Configure fail2ban service - name: Configure fail2ban service
template: template:
src: jail.local src: jail.local