Add wireguard
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-02-24 13:57:19 +01:00
parent 5f301ce32a
commit 1663a469c2
11 changed files with 264 additions and 19 deletions

View File

@@ -0,0 +1,7 @@
---
- name: systemd network restart
service:
name: systemd-networkd
state: restarted
enabled: yes
become: yes