--- # Main playbook — configures a fresh VPS with Docker, security, and backup - name: Configure VPS hosts: all become: true roles: - base - security - docker - backup