Use Nebula as the primary private interface rather than wireguard
This commit is contained in:
parent
c6d9102e1e
commit
a4eb26b129
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
private_ip: "{{ wireguard.clients[ansible_fqdn].ip }}"
|
||||
private_ip: "{{ nebula.clients[ansible_fqdn].ip }}"
|
||||
protected_ip: "{{ private_ip }}"
|
||||
|
|
Loading…
Reference in a new issue