first vps

This commit is contained in:
2026-05-17 05:51:18 +05:30
commit ed696f3ad7
15 changed files with 548 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
---
# Main playbook — configures a fresh VPS with Docker, security, and backup
- name: Configure VPS
hosts: all
become: true
roles:
- base
- security
- docker
- backup