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