Use Nebula as the primary private interface rather than wireguard

This commit is contained in:
Jake Howard 2021-03-04 16:02:42 +00:00
parent c6d9102e1e
commit a4eb26b129
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -1,2 +1,2 @@
private_ip: "{{ wireguard.clients[ansible_fqdn].ip }}"
private_ip: "{{ nebula.clients[ansible_fqdn].ip }}"
protected_ip: "{{ private_ip }}"