add wireguard role

This commit is contained in:
2022-08-30 07:51:47 -05:00
parent 2b6b7aca79
commit 0760ae4c2c
10 changed files with 158 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
---
- name: restart wg-quick
systemd:
name: "wg-quick@{{ item }}"
state: restarted
loop: "{{ wireguard_interfaces.keys() | list }}"