Install duplicati on PVE docker machine
Requires some changes to how private IPs are specified, which I really need to clean up at some point!
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
expose_ssh: true
|
||||
traefik_private_ip: "{{ ansible_default_ipv4.address }}"
|
||||
|
||||
private_ip: "{{ ansible_default_ipv4.address }}"
|
||||
protected_ip: 192.168.2.47
|
||||
|
||||
traefik_proxy_protocol_trusted_ips: 10.23.0.0/16
|
||||
|
||||
|
Reference in New Issue
Block a user