]> git.openstreetmap.org Git - chef.git/commitdiff
Add a keepalive for wireguard on longma
authorTom Hughes <tom@compton.nu>
Wed, 16 Sep 2020 17:42:52 +0000 (18:42 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 16 Sep 2020 17:42:52 +0000 (18:42 +0100)
roles/nchc.rb

index 9af0b8af1b8d98e3507b38089515a742630cd85f..c376eb371123f781d93b2cd9ea9c466578059f6a 100644 (file)
@@ -11,7 +11,8 @@ default_attributes(
   :hosted_by => "NCHC",
   :location => "Hsinchu, Taiwan",
   :networking => {
   :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 }
   }
 )
 
   }
 )