Add fail2ban for traefik
Remote action coming soon
This commit is contained in:
@ -77,3 +77,14 @@
|
||||
notify: restart traefik
|
||||
when: traefik_provider_grafana
|
||||
become: true
|
||||
|
||||
- name: logrotate config
|
||||
template:
|
||||
src: files/logrotate.conf
|
||||
dest: /etc/logrotate.d/traefik
|
||||
mode: "0600"
|
||||
become: true
|
||||
|
||||
- name: fail2ban
|
||||
include: fail2ban.yml
|
||||
when: with_fail2ban
|
||||
|
Reference in New Issue
Block a user