Add wireguard config for glinet router
This commit is contained in:
5
ansible/roles/glinet_vpn/handlers/main.yml
Normal file
5
ansible/roles/glinet_vpn/handlers/main.yml
Normal file
@ -0,0 +1,5 @@
|
||||
- name: restart wireguard
|
||||
service:
|
||||
name: wg-quick@glinet
|
||||
state: restarted
|
||||
become: true
|
Reference in New Issue
Block a user