summaryrefslogtreecommitdiffstats
path: root/host_vars
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-07-07 16:30:43 +0200
committerAhmed Abdelhalim <[email protected]>2026-07-07 16:30:43 +0200
commit4d42a2b0950882bf63380a08c90007970c38b4ce (patch)
tree3d0e7082545fbfe79fce990e70329d05f3aa8a7c /host_vars
parentcc70d069ee8b414ee31620e7a81c4af0accaf69d (diff)
Add pve-lxc service provisioning using service.yml and containers group
Diffstat (limited to 'host_vars')
-rw-r--r--host_vars/git.local.ymlbin0 -> 531 bytes
-rw-r--r--host_vars/git.local.yml.example21
2 files changed, 21 insertions, 0 deletions
diff --git a/host_vars/git.local.yml b/host_vars/git.local.yml
new file mode 100644
index 00000000..f01929e3
--- /dev/null
+++ b/host_vars/git.local.yml
Binary files differ
diff --git a/host_vars/git.local.yml.example b/host_vars/git.local.yml.example
new file mode 100644
index 00000000..60b8d659
--- /dev/null
+++ b/host_vars/git.local.yml.example
@@ -0,0 +1,21 @@
+---
+ansible_host: "10.0.0.100"
+
+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"