]> 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 c581d84f58acf0392b9011da8edf246ab124bf75..9acde36c12daded02e1a2bb1137a443bc1101bdd 100644 (file)
@@ -2,14 +2,11 @@ name "yandex"
 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 }
   }
 )