]> git.openstreetmap.org Git - chef.git/blob - roles/gandi.rb
Update bundle
[chef.git] / roles / gandi.rb
1 name "gandi"
2 description "Role applied to all servers at Gandi"
3
4 default_attributes(
5   :hosted_by => "Gandi",
6   :location => "Bissen, Luxembourg",
7   :networking => {
8     :nameservers => [
9       "217.70.186.194",
10       "217.70.186.193",
11       "2001:4b98:dc2:49::193"
12     ],
13     :roles => {
14       :external => {
15         :zone => "osm"
16       }
17     }
18   }
19 )
20
21 override_attributes(
22   :ntp => {
23     :servers => ["0.lu.pool.ntp.org", "1.lu.pool.ntp.org", "europe.pool.ntp.org"]
24   }
25 )
26
27 run_list(
28   "role[lu]"
29 )