set up role for wireguard connections

This commit is contained in:
Jef Roosens 2026-04-02 22:03:26 +02:00
parent 39a531cf87
commit 6c77886916
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
9 changed files with 137 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
- name: restart wg-quick
ansible.builtin.service:
name: "wg-quick@{{ wireguard_interface }}"
state: restarted