mirror of
https://github.com/Manoj-HV30/cloud-vps.git
synced 2026-07-13 00:50:10 +00:00
12 lines
193 B
YAML
12 lines
193 B
YAML
---
|
|
# Main playbook — configures a fresh VPS with Docker, security, and backup
|
|
- name: Configure VPS
|
|
hosts: all
|
|
become: true
|
|
|
|
roles:
|
|
- base
|
|
- security
|
|
- docker
|
|
- backup
|