feat(edge_vps): add vps playbook

This commit is contained in:
Tuan-Dat Tran
2026-06-04 01:45:16 +02:00
parent cce6aba4cd
commit 36f944d1c4

8
playbooks/vps.yaml Normal file
View File

@@ -0,0 +1,8 @@
---
- name: Set up VPS
hosts: vps
gather_facts: true
roles:
- role: edge_vps
tags:
- edge_vps