]> git.openstreetmap.org Git - chef.git/blob - roles/tuxis.rb
Make sure tile cookbook only requests the required postgres version
[chef.git] / roles / tuxis.rb
1 name "tuxis"
2 description "Role applied to all servers at Tuxis"
3
4 default_attributes(
5   :hosted_by => "Tuxis",
6   :location => "Ede, Netherlands",
7   :networking => {
8     :nameservers => ["2a03:7900:2:0:31:3:104:61", "2a03:7900:2:0:31:3:104:62"],
9     :roles => {
10       :external => {
11         :zone => "osm"
12       }
13     }
14   }
15 )
16
17 override_attributes(
18   :ntp => {
19     :servers => ["0.nl.pool.ntp.org", "1.nl.pool.ntp.org", "europe.pool.ntp.org"]
20   }
21 )
22
23 run_list(
24   "role[nl]"
25 )