mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 14:03:01 +07:00
Start Wireguard service
This commit is contained in:
parent
6ef691eca4
commit
fb823e30f4
@ -25,3 +25,9 @@
|
||||
template:
|
||||
src: wg0.conf.j2
|
||||
dest: /etc/wireguard/wg0.conf
|
||||
|
||||
- name: Start Wireguard service
|
||||
service:
|
||||
name: wg-quick@wg0
|
||||
enabled: yes
|
||||
state: started
|
||||
|
Loading…
Reference in New Issue
Block a user