Files
gitlab-mirror/roles/wg_hub/handlers/main.yml
2025-12-11 10:13:00 +03:00

8 lines
201 B
YAML

---
- name: "Run the Wireguard service"
ansible.builtin.systemd_service:
name: wg-quick@{{ wg_hub_iface_name | replace("-", "_") }}
state: restarted
enabled: true
daemon_reload: true