X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/e7700a052e1494d3a3ccd18445b18bf43a43d6b1..855cc205f5ead237914ad554430f906f73a01e69:/roles/yandex.rb diff --git a/roles/yandex.rb b/roles/yandex.rb index c581d84f5..b6c42e88a 100644 --- a/roles/yandex.rb +++ b/roles/yandex.rb @@ -2,14 +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 } } )