]> git.openstreetmap.org Git - chef.git/blobdiff - roles/yandex.rb
nominatim: location of config file for nominatim-ui has changed
[chef.git] / roles / yandex.rb
index 3e3c31c6e9c4ef5fd7df75c3ba02c97d8287c4c2..9acde36c12daded02e1a2bb1137a443bc1101bdd 100644 (file)
@@ -4,13 +4,9 @@ description "Role applied to all servers at Yandex"
 default_attributes(
   :hosted_by => "Yandex",
   :location => "Moscow, Russia",
+  :timezone => "Europe/Moscow",
   :networking => {
-    :nameservers => ["8.8.8.8", "8.8.4.4"],
-    :roles => {
-      :external => {
-        :zone => "yx"
-      }
-    }
+    :wireguard => { :keepalive => 180 }
   }
 )