]> git.openstreetmap.org Git - chef.git/commitdiff
Disable wireguard on idris
authorTom Hughes <tom@compton.nu>
Tue, 22 Sep 2020 15:33:02 +0000 (16:33 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 22 Sep 2020 15:33:02 +0000 (16:33 +0100)
roles/idris.rb

index 7e0d6419e78df1be69ef42ecb5ab9a3a31fae1ee..0d9ddd5c87294e8f77eed2815660997c67f2c18d 100644 (file)
@@ -23,6 +23,9 @@ default_attributes(
         :prefix => "123",
         :gateway => "2800:1e0:1030::61"
       }
+    },
+    :wireguard => {
+      :enabled => false
     }
   },
   :squid => {