summaryrefslogtreecommitdiffstats
path: root/host_vars/proxy.home.arpa.yml.example
blob: 902c38d219815975d26be59b4d8c41c23eadcb2b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
network_ipv4_address: "10.0.0.101"
network_ipv4_gateway: "10.0.0.254"
network_ipv4_dns: "10.0.0.254"

pve_lxc_id: 101
pve_lxc_hostname: "proxy"
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: "{{ network_ipv4_address }}/24"
pve_lxc_gateway: "{{ network_ipv4_gateway }}"
pve_lxc_dns: "{{ network_ipv4_dns }}"
pve_lxc_ssh_port: 2222

proxy_type: "caddy"