]> git.openstreetmap.org Git - chef.git/commitdiff
Disable wireguard on fuchur
authorTom Hughes <tom@compton.nu>
Mon, 21 Sep 2020 21:42:56 +0000 (22:42 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 21 Sep 2020 21:42:56 +0000 (22:42 +0100)
roles/fuchur.rb

index 4ed6ea957dfa645d48e4f7c553c44be664dcdb00..69f9aafe69c8658ff5f87a0ea186af6ee6cd966b 100644 (file)
@@ -23,6 +23,9 @@ default_attributes(
         :prefix => "123",
         :gateway => "2800:1e0:1020::41"
       }
+    },
+    :wireguard => {
+      :enabled => false
     }
   },
   :squid => {