Add fail2ban for traefik
Remote action coming soon
This commit is contained in:
@ -2,3 +2,9 @@
|
||||
shell:
|
||||
chdir: /opt/traefik
|
||||
cmd: "{{ docker_update_command }}"
|
||||
|
||||
- name: restart fail2ban
|
||||
service:
|
||||
name: fail2ban
|
||||
state: restarted
|
||||
become: true
|
||||
|
Reference in New Issue
Block a user