Start Wireguard service

This commit is contained in:
Khue Doan 2021-05-03 11:07:19 +07:00
parent 6ef691eca4
commit fb823e30f4

View File

@ -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