]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nchc.rb
Add a keepalive for wireguard on longma
[chef.git] / roles / nchc.rb
index 9af0b8af1b8d98e3507b38089515a742630cd85f..c376eb371123f781d93b2cd9ea9c466578059f6a 100644 (file)
@@ -11,7 +11,8 @@ default_attributes(
   :hosted_by => "NCHC",
   :location => "Hsinchu, Taiwan",
   :networking => {
-    :nameservers => ["140.110.16.1", "140.110.4.1"]
+    :nameservers => ["140.110.16.1", "140.110.4.1"],
+    :wireguard => { :keepalive => 180 }
   }
 )