update fail2ban to nftables
This commit is contained in:
parent
f2b6b61840
commit
b27343d237
|
@ -11,11 +11,11 @@
|
|||
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
# install packages if is not in the system
|
||||
#- name: install fail2ban package if is not in the system
|
||||
# apt:
|
||||
# name: fail2ban
|
||||
# state: present
|
||||
# when: "'fail2ban' not in ansible_facts.packages"
|
||||
- name: install fail2ban package if is not in the system
|
||||
apt:
|
||||
name: fail2ban
|
||||
state: present
|
||||
# when: "'fail2ban' not in ansible_facts.packages" # ansible comprobes if is ok its installed
|
||||
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
|
Loading…
Reference in New Issue