11 lines
178 B
YAML
11 lines
178 B
YAML
- name: Install VPS Server
|
|
hosts: "{{ PLAYBOOK_HOST | default('none') }}"
|
|
become: true
|
|
roles:
|
|
- base
|
|
- proxy
|
|
- mariadb
|
|
- podman
|
|
- bitwarden
|
|
- gitea
|