diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-15 15:28:10 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-15 15:42:59 +0200 |
| commit | ab1ce5c14ffae0cc76d734ea56374f0c772631ba (patch) | |
| tree | 4c635e30268c985a27001fa2f2f9d8d573eb728b /host_vars/git.home.arpa.yml.example | |
| parent | 498e737bfa658a8bbb70c47e694348a0e29c199f (diff) | |
Rename services to use .home.arpa network instead .local
Diffstat (limited to 'host_vars/git.home.arpa.yml.example')
| -rw-r--r-- | host_vars/git.home.arpa.yml.example | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/host_vars/git.home.arpa.yml.example b/host_vars/git.home.arpa.yml.example new file mode 100644 index 00000000..90db04b3 --- /dev/null +++ b/host_vars/git.home.arpa.yml.example @@ -0,0 +1,19 @@ +--- +network_ipv4_address: "10.0.0.100" +network_ipv4_gateway: "10.0.0.254" +network_ipv4_dns: "10.0.0.254" + +pve_lxc_id: 100 +pve_lxc_hostname: "git" +pve_lxc_template: "alpine-3.23-default_20260116_amd64.tar.xz" +pve_lxc_disk: "local-lvm:4" +pve_lxc_cores: 1 +pve_lxc_memory: 256 +pve_lxc_ip: "10.0.0.100/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" |
