mirror of
https://github.com/Manoj-HV30/cloud-vps.git
synced 2026-07-13 00:50:10 +00:00
first vps
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user