From: Tom Hughes Date: Mon, 21 Sep 2020 21:42:56 +0000 (+0100) Subject: Disable wireguard on fuchur X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/6774d6625d27c61477684cbf753ae99a9f9907e0 Disable wireguard on fuchur --- diff --git a/roles/fuchur.rb b/roles/fuchur.rb index 4ed6ea957..69f9aafe6 100644 --- a/roles/fuchur.rb +++ b/roles/fuchur.rb @@ -23,6 +23,9 @@ default_attributes( :prefix => "123", :gateway => "2800:1e0:1020::41" } + }, + :wireguard => { + :enabled => false } }, :squid => {