X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/21958591555b0b80370e944e3128ac5d533c281d..c3a13fca5d82a7203707da7900341e7c30bf60ee:/roles/yandex.rb diff --git a/roles/yandex.rb b/roles/yandex.rb index 2c9c89b02..b6c42e88a 100644 --- a/roles/yandex.rb +++ b/roles/yandex.rb @@ -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 } } )