Add Wireguard playbook and first commit
This commit is contained in:
7
playbook.yml
Normal file
7
playbook.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: "Deploy WireGuard"
|
||||
tags: configure, wireguard
|
||||
hosts: wireguard
|
||||
become: true
|
||||
roles:
|
||||
- homelab/wireguard
|
||||
Reference in New Issue
Block a user