Implemented wireguard for client

This commit is contained in:
2023-04-11 21:21:06 +02:00
parent 91724ded0b
commit fe347e1c77
4 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
- name: "restart wireguard"
systemd:
name: wg-quick@wg0.service
state: restarted
enabled: yes
daemon_reload: yes