Robert Wimmer
Robert Wimmer
Thanks for the PR! Sorry for not getting back earlier! While this PR works fine for my setup I'd like to setup an additional Molecule test scenario fist to make...
Hi! Can you please provide a test case that shows the problem? It would be very helpful to maybe make a copy of the existing [Molecule test](https://github.com/githubixx/ansible-role-wireguard/blob/master/molecule/kvm/molecule.yml) with two or...
Not sure if I can do that much in this case. According to https://systemd.io/RESOLVED-VPNS/ (`The APIs` -> `3`): ``` If you don’t want to use any systemd-resolved commands, you may...
Not perfect solution but `wireguard_interface_restart` variable solves part of it.
I'm closing this. DNS requirements should be done outside this role as there is no "one size fits all". DNS setups are quite differently out there.
Hello! I'm not so sure for what this change might be needed TBH :wink: You can set `wireguard_allowed_ips` per host already and if you want host routes you can assign...
I somehow still don't get this PR :wink: Personally it seems wrong to me to have a "global" variable where you define a dictionary where the hostname is the key...
Well this script is not a usual systemd service which starts a daemon but just a script with a systemd timer. So more like a cron job. I'd just go...
Thanks for your comment. I actually never had this problem also having hosts in the Cloud and locally. But yeah, with a slow line or lots of hosts it might...
@jelmer Sorry, I'm currently a little bit short on time. I'll get back to you next week. I need to test the patch first to make sure it has no...