Files
homelab/playbooks/vps.yml
T
2026-09-08 00:01:07 -04:00

11 lines
178 B
YAML

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