update playbook
This commit is contained in:
parent
e36adb2c8f
commit
873e375d98
|
@ -7,6 +7,10 @@
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
|
- name: "[CONFIG FAIL2BAN] Install and configure fail2ban service"
|
||||||
|
import_role:
|
||||||
|
name: config-fail2ban
|
||||||
|
|
||||||
# - name: set variables
|
# - name: set variables
|
||||||
# set_fact:
|
# set_fact:
|
||||||
# bantime: "10m"
|
# bantime: "10m"
|
||||||
|
@ -30,7 +34,5 @@
|
||||||
# bantime: 10m
|
# bantime: 10m
|
||||||
# findtime: 10m
|
# findtime: 10m
|
||||||
|
|
||||||
- name: "[CONFIG FAIL2BAN] Install and configure fail2ban service"
|
|
||||||
import_role:
|
|
||||||
name: config-fail2ban
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue