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
|
# install packages if is not in the system
|
||||||
#- name: install fail2ban package if is not in the system
|
- name: install fail2ban package if is not in the system
|
||||||
# apt:
|
apt:
|
||||||
# name: fail2ban
|
name: fail2ban
|
||||||
# state: present
|
state: present
|
||||||
# when: "'fail2ban' not in ansible_facts.packages"
|
# when: "'fail2ban' not in ansible_facts.packages" # ansible comprobes if is ok its installed
|
||||||
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||||
|
|
||||||
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||||
|
|
Loading…
Reference in New Issue