]> git.openstreetmap.org Git - chef.git/blob - roles/yandex.rb
SSL enable switch2osm and stateofthemap sites
[chef.git] / roles / yandex.rb
1 name "yandex"
2 description "Role applied to all servers at Yandex"
3
4 default_attributes(
5   :networking => {
6     :nameservers => ["8.8.8.8", "8.8.4.4"],
7     :roles => {
8       :external => {
9         :zone => "yx"
10       }
11     }
12   }
13 )
14
15 override_attributes(
16   :ntp => {
17     :servers => ["0.ru.pool.ntp.org", "1.ru.pool.ntp.org", "europe.pool.ntp.org"]
18   }
19 )
20
21 run_list(
22   "role[ru]"
23 )