summaryrefslogtreecommitdiffstats
path: root/host_vars/proxy.home.arpa.yml.example
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-07-22 22:19:14 +0200
committerAhmed Abdelhalim <[email protected]>2026-07-22 22:50:04 +0200
commitf7c8bd8143d6bc1e5b55bfd9591101ed41651d25 (patch)
tree1b9f5c2255d912c4e84a56e15ae925a988155737 /host_vars/proxy.home.arpa.yml.example
parentc5660fc2f031a74cbdc14518f296f91822ed52c3 (diff)
Cleanup and normalize the duplicate network addresses
Diffstat (limited to 'host_vars/proxy.home.arpa.yml.example')
-rw-r--r--host_vars/proxy.home.arpa.yml.example6
1 files changed, 3 insertions, 3 deletions
diff --git a/host_vars/proxy.home.arpa.yml.example b/host_vars/proxy.home.arpa.yml.example
index 8b7755c2..902c38d2 100644
--- a/host_vars/proxy.home.arpa.yml.example
+++ b/host_vars/proxy.home.arpa.yml.example
@@ -9,9 +9,9 @@ pve_lxc_template: "alpine-3.23-default_20260116_amd64.tar.xz"
pve_lxc_disk: "local-lvm:2" # storage:sizeGB
pve_lxc_cores: 1
pve_lxc_memory: 128
-pve_lxc_ip: "10.0.0.101/24"
-pve_lxc_gateway: "10.0.0.254"
-pve_lxc_dns: "10.0.0.254"
+pve_lxc_ip: "{{ network_ipv4_address }}/24"
+pve_lxc_gateway: "{{ network_ipv4_gateway }}"
+pve_lxc_dns: "{{ network_ipv4_dns }}"
pve_lxc_ssh_port: 2222
proxy_type: "caddy"