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:
2
ansible/group_vars/all/network.yml
Normal file
2
ansible/group_vars/all/network.yml
Normal file
@ -0,0 +1,2 @@
|
||||
private_ip: "{{ wireguard.clients[ansible_fqdn].ip }}"
|
||||
protected_ip: "{{ private_ip }}"
|
Reference in New Issue
Block a user