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

12 lines
186 B
YAML
Raw Normal View History

- name: restart wireguard
service:
name: wg-quick.wg0
state: restarted
become: true
- name: restart haproxy
service:
name: haproxy
state: restarted
become: true