]> git.openstreetmap.org Git - chef.git/blob - roles/inxza.rb
nominatim: location of config file for nominatim-ui has changed
[chef.git] / roles / inxza.rb
1 name "inxza"
2 description "Role applied to all servers at INX-ZA"
3
4 default_attributes(
5   :hosted_by => "INX-ZA",
6   :location => "Cape Town, South Africa"
7 )
8
9 override_attributes(
10   :networking => {
11     :nameservers => ["196.10.52.52", "196.10.54.54", "196.10.55.55"]
12   },
13   :ntp => {
14     :servers => ["0.za.pool.ntp.org", "1.za.pool.ntp.org", "africa.pool.ntp.org"]
15   }
16 )
17
18 run_list(
19   "role[za]"
20 )