]> git.openstreetmap.org Git - chef.git/blobdiff - roles/yandex.rb
Configure modtile and renderd collectors
[chef.git] / roles / yandex.rb
index 2c9c89b02151437f40e9435e7d8203cf70419477..b6c42e88a8ad6011b75f12e52cb24a1244bfede0 100644 (file)
@@ -2,13 +2,12 @@ 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 }
   }
 )