Files
homeserver/infra/ansible/playbooks/configure-wireguard.yaml
Taqi Tahmid d9b3ceff6b
All checks were successful
ci/woodpecker/push/demo-workflow Pipeline was successful
update infra and portfolio deployment
2025-08-23 09:25:23 +03:00

6 lines
155 B
YAML

- name: Configure WireGuard
hosts: wireguard
vars_files:
- ../secrets/vault.yaml # Load the encrypted vault file
roles:
- configure-wireguard