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