Keep track of IPs for PVE hosts
Yea they're all random, I'll deal with that later
This commit is contained in:
@ -1,9 +1,7 @@
|
||||
expose_ssh: true
|
||||
|
||||
private_ip: "{{ ansible_default_ipv4.address }}"
|
||||
protected_ip: 192.168.2.47
|
||||
|
||||
traefik_proxy_protocol_trusted_ips: 10.23.0.0/16
|
||||
private_ip: "{{ pve_hosts.pve_docker.ip }}"
|
||||
protected_ip: "{{ pve_hosts.pve_docker.internal_ip }}"
|
||||
|
||||
traefik_provider_jellyfin: true
|
||||
traefik_provider_homeassistant: true
|
||||
|
Reference in New Issue
Block a user