27 lines
450 B
YAML
27 lines
450 B
YAML
---
|
|
galaxy_info:
|
|
role_name: gitvana_bun_host
|
|
namespace: homelab
|
|
author: FrankGPT
|
|
description: Deploy Gitvana directly on Debian/Ubuntu hosts using Bun and systemd
|
|
license: MIT
|
|
min_ansible_version: "2.16"
|
|
|
|
platforms:
|
|
- name: Ubuntu
|
|
versions:
|
|
- jammy
|
|
- noble
|
|
- name: Debian
|
|
versions:
|
|
- bookworm
|
|
|
|
galaxy_tags:
|
|
- bun
|
|
- web
|
|
- application
|
|
- deployment
|
|
- lxc
|
|
|
|
dependencies: []
|