]> git.openstreetmap.org Git - chef.git/blob - roles/yandex.rb
Base: switch to BBR for Congestion Control
[chef.git] / roles / yandex.rb
1 name "yandex"
2 description "Role applied to all servers at Yandex"
3
4 default_attributes(
5   :hosted_by => "Yandex",
6   :location => "Moscow, Russia",
7   :timezone => "Europe/Moscow",
8   :networking => {
9     :nameservers => ["8.8.8.8", "8.8.4.4"],
10     :roles => {
11       :external => {
12         :zone => "yx"
13       }
14     }
15   }
16 )
17
18 override_attributes(
19   :ntp => {
20     :servers => ["0.ru.pool.ntp.org", "1.ru.pool.ntp.org", "europe.pool.ntp.org"]
21   }
22 )
23
24 run_list(
25   "role[ru]"
26 )