Files
infra/archive/2026-07-proxmox-migration/wireguard-attempt/roles/wireguard_gateway/handlers/main.yml
T

7 lines
143 B
YAML

---
- name: restart wireguard
ansible.builtin.systemd:
name: "wg-quick@{{ wireguard_interface }}"
state: restarted
enabled: true