init
This commit is contained in:
commit
883f31932e
169 changed files with 5676 additions and 0 deletions
6
ansible/roles/wireguard/handlers/main.yml
Normal file
6
ansible/roles/wireguard/handlers/main.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
-
|
||||
name: restart wireguard
|
||||
systemd:
|
||||
name: "wg-quick@{{ wg_interface }}"
|
||||
state: restarted
|
||||
Loading…
Add table
Add a link
Reference in a new issue