13 lines
180 B
YAML
13 lines
180 B
YAML
- name: Install VPS Server
|
|
hosts: all
|
|
become: true
|
|
vars_files:
|
|
- host_vars/vps.yml
|
|
roles:
|
|
- base
|
|
- proxy
|
|
- mariadb
|
|
- podman
|
|
- bitwarden
|
|
- gitea
|