X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e7700a052e1494d3a3ccd18445b18bf43a43d6b1..948c204d5052afc85aad0d734a6e5fc9584738e2:/roles/yandex.rb diff --git a/roles/yandex.rb b/roles/yandex.rb index c581d84f5..780c8face 100644 --- a/roles/yandex.rb +++ b/roles/yandex.rb @@ -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" - } - } + :nameservers => ["8.8.8.8", "8.8.4.4"] } )