summaryrefslogtreecommitdiffstats
path: root/host_vars/git.home.arpa.yml.example
blob: 518e4f5fb8ee1ca729adbadd7080699adff8b5c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
network_ipv4_address: "10.0.0.102"
network_ipv4_gateway: "10.0.0.254"
network_ipv4_dns: "10.0.0.254"

pve_lxc_id: 102
pve_lxc_hostname: "git"
pve_lxc_template: "alpine-3.23-default_20260116_amd64.tar.xz"
pve_lxc_disk: "local-lvm:4" # storage:sizeGB
pve_lxc_cores: 1
pve_lxc_memory: 256
pve_lxc_ip: "10.0.0.102/24"
pve_lxc_gateway: "10.0.0.254"
pve_lxc_dns: "10.0.0.254"

cgit_hostname: "git.home.arpa"
cgit_title: "git.a14m.dev"
cgit_description: "a14m git repositories"
cgit_ssh_user: "git"