diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-16 14:39:19 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-16 17:02:52 +0200 |
| commit | 756dc388bedf97b68449e919a6730788f730c7b8 (patch) | |
| tree | ce823916a242ea9d44194bbaf6da04d1596b935d /host_vars/git.home.arpa.yml.example | |
| parent | f79d1d829cdafebb5dbcd658d31ae89f2e53ce73 (diff) | |
Refactor pve cgit to use generic proxy
This is refactoring the PoC for deploying cgit on pve, to now move to a
more standard deployment with dedicated agnonstic proxy role/container
Diffstat (limited to 'host_vars/git.home.arpa.yml.example')
| -rw-r--r-- | host_vars/git.home.arpa.yml.example | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/host_vars/git.home.arpa.yml.example b/host_vars/git.home.arpa.yml.example index 90db04b3..518e4f5f 100644 --- a/host_vars/git.home.arpa.yml.example +++ b/host_vars/git.home.arpa.yml.example @@ -1,15 +1,15 @@ --- -network_ipv4_address: "10.0.0.100" +network_ipv4_address: "10.0.0.102" network_ipv4_gateway: "10.0.0.254" network_ipv4_dns: "10.0.0.254" -pve_lxc_id: 100 +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" +pve_lxc_disk: "local-lvm:4" # storage:sizeGB pve_lxc_cores: 1 pve_lxc_memory: 256 -pve_lxc_ip: "10.0.0.100/24" +pve_lxc_ip: "10.0.0.102/24" pve_lxc_gateway: "10.0.0.254" pve_lxc_dns: "10.0.0.254" |
