feat(wireguard): add playbook to deploy wireguard tunnels

This commit is contained in:
transcaffeine 2023-12-04 17:29:48 +01:00
parent 4d2db7c592
commit d45f9d8410
No known key found for this signature in database
GPG key ID: 03624C433676E465

6
playbooks/wireguard.yml Normal file
View file

@ -0,0 +1,6 @@
---
- name: Deploy wireguard tunnels
hosts: wireguard
become: true
roles:
- role: wireguard