]> git.openstreetmap.org Git - chef.git/commitdiff
Add wireguard keepalives to a few more machines
authorTom Hughes <tom@compton.nu>
Wed, 16 Sep 2020 18:10:06 +0000 (19:10 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 16 Sep 2020 18:10:06 +0000 (19:10 +0100)
roles/c3sl.rb
roles/yandex.rb

index b44eab9d13f042e82ca472ff150a000260858194..de519e7d35c2727420e9ed814e9389e1a5e9f0aa 100644 (file)
@@ -11,7 +11,8 @@ default_attributes(
   :location => "Curitiba, Brazil",
   :timezone => "America/Sao_Paulo",
   :networking => {
-    :nameservers => ["200.17.202.3", "200.236.31.1"]
+    :nameservers => ["200.17.202.3", "200.236.31.1"],
+    :wireguard => { :keepalive => 180 }
   }
 )
 
index 780c8face10630758c869b7737479b53a7ceec2c..b6c42e88a8ad6011b75f12e52cb24a1244bfede0 100644 (file)
@@ -6,7 +6,8 @@ default_attributes(
   :location => "Moscow, Russia",
   :timezone => "Europe/Moscow",
   :networking => {
-    :nameservers => ["8.8.8.8", "8.8.4.4"]
+    :nameservers => ["8.8.8.8", "8.8.4.4"],
+    :wireguard => { :keepalive => 180 }
   }
 )