Add Wireguard playbook and first commit

This commit is contained in:
2026-08-29 16:07:57 +03:00
parent 4b1d5e4c66
commit 1ed3f0f5b6
18 changed files with 438 additions and 1 deletions

7
playbook.yml Normal file
View File

@@ -0,0 +1,7 @@
---
- name: "Deploy WireGuard"
tags: configure, wireguard
hosts: wireguard
become: true
roles:
- homelab/wireguard