From: Tom Hughes Date: Tue, 15 Sep 2020 16:23:50 +0000 (+0100) Subject: Enable wireguard access for tomh X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/b7c926d43d0e238a1800f16a9679f98cedde9724?ds=sidebyside Enable wireguard access for tomh --- diff --git a/cookbooks/networking/recipes/default.rb b/cookbooks/networking/recipes/default.rb index 34a1a52af..695f19df5 100644 --- a/cookbooks/networking/recipes/default.rb +++ b/cookbooks/networking/recipes/default.rb @@ -235,6 +235,12 @@ if node[:networking][:wireguard][:enabled] :endpoint => "#{gateway.name}:51820" } end + + node.default[:networking][:wireguard][:peers] << { + :public_key => "7Oj9ufNlgidyH/xDc+aHQKMjJPqTmD/ab13agMh6AxA=", + :allowed_ips => "10.0.16.1/32", + :endpoint => "gate.compton.nu:51820" + } end template "/etc/systemd/network/wireguard.netdev" do