]> git.openstreetmap.org Git - chef.git/blob - roles/jump.rb
9d289a67137306111622f839a760120ef86a71eb
[chef.git] / roles / jump.rb
1 name "jump"
2 description "Role applied to all servers at Jump Networks"
3
4 default_attributes(
5   :location => "London, England",
6   :networking => {
7     :nameservers => [
8       "185.73.44.3",
9       "2001:ba8:0:2c02::",
10       "2001:ba8:0:2c03::",
11       "2001:ba8:0:2c04::"
12     ],
13     :roles => {
14       :external => {
15         :zone => "jn"
16       }
17     }
18   }
19 )
20
21 override_attributes(
22   :ntp => {
23     :servers => ["0.uk.pool.ntp.org", "1.uk.pool.ntp.org", "europe.pool.ntp.org"]
24   }
25 )
26
27 run_list(
28   "role[gb]"
29 )