fixed structure

This commit is contained in:
2026-05-17 06:34:17 +05:30
parent 5ce03220d4
commit 59c4b7a949
14 changed files with 433 additions and 3 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