fail2base is already installed in base role

This commit is contained in:
2022-02-24 22:17:58 +01:00
parent e06715d790
commit f762d0c964
3 changed files with 1 additions and 969 deletions

View File

@@ -1,16 +0,0 @@
- name: server | fail2ban | install
package:
name: fail2ban
state: present
- name: server | fail2ban | copy jail.local
copy:
dest: "/etc/fail2ban/jail.local"
src: "jail.local"
mode: '0644'
- name: server | fail2ban | enable and start service
service:
name: fail2ban
state: started
enabled: true