]> git.openstreetmap.org Git - chef.git/blob - roles/datahata.rb
2df6c3c14a20eb7f92566c3df07eca2ba3aff27c
[chef.git] / roles / datahata.rb
1 name "datahata"
2 description "Role applied to all servers at DataHata"
3
4 default_attributes(
5   :networking => {
6     :nameservers => [
7       "31.130.200.2"
8     ],
9     :roles => {
10       :external => {
11         :zone => "dn"
12       }
13     }
14   }
15 )
16
17 override_attributes(
18   :ntp => {
19     :servers => ["0.by.pool.ntp.org", "1.by.pool.ntp.org", "europe.pool.ntp.org"]
20   }
21 )
22
23 run_list(
24   "role[by]"
25 )