fosshostorg / aarch64

Dashboard and API for https://console.aarch64.com
https://console.aarch64.com
GNU Affero General Public License v3.0
12 stars 7 forks source link

Remove prefix from wgip variable so that it can be used elsewhere #37

Closed haylinmoore closed 3 years ago

haylinmoore commented 3 years ago

Currently the libvirtd listening change is failing because the wgip includes that it is a /80, this should be removed from the wgip variable, and then just added back in using the wireguard config.

natesales commented 3 years ago

Is this used anywhere else in ansible? In prometheus/libvirt API/etc?

haylinmoore commented 3 years ago

in the libvirt API it is currently used in a compatible way

haylinmoore commented 3 years ago

it was still being used in the hosts file config change, that has now been fixed

natesales commented 3 years ago

Thanks, lgtm