Add VPS playbook

This commit is contained in:
2026-09-08 00:01:07 -04:00
parent d3763920a8
commit 0548cb8a5e
+10
View File
@@ -0,0 +1,10 @@
- name: Install VPS Server
hosts: "{{ PLAYBOOK_HOST | default('none') }}"
become: true
roles:
- base
- proxy
- mariadb
- podman
- bitwarden
- gitea