1
0
Fork 0
home-stack-ansible/roles/wireguard/handlers/main.yml

8 lines
118 B
YAML
Raw Normal View History

2023-12-23 21:36:22 +00:00
- name: Restart wg0
service:
name: wg-quick@wg0
enabled: true
state: restarted
- name: Reboot
reboot: