infrastructure/ansible/roles/traefik/handlers/main.yml

11 lines
188 B
YAML
Raw Normal View History

- name: restart traefik
shell:
chdir: /opt/traefik
cmd: "{{ docker_update_command }}"
- name: restart fail2ban
service:
name: fail2ban
state: restarted
become: true