]> git.openstreetmap.org Git - chef.git/blob - roles/inxza.rb
Configure modtile and renderd collectors
[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   :networking => {
8     :nameservers => [
9       "196.10.52.52",
10       "196.10.54.54",
11       "196.10.55.55"
12     ]
13   }
14 )
15
16 override_attributes(
17   :ntp => {
18     :servers => ["0.za.pool.ntp.org", "1.za.pool.ntp.org", "africa.pool.ntp.org"]
19   }
20 )
21
22 run_list(
23   "role[za]"
24 )