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 }
}
)