]> git.openstreetmap.org Git - chef.git/blob - roles/ucl-public.rb
Fix route metrics
[chef.git] / roles / ucl-public.rb
1 name "ucl-public"
2 description "Role applied to all public servers at UCL"
3
4 default_attributes(
5   :networking => {
6     :interfaces => {
7       :external => {
8         :role => :external,
9         :metric => 100,
10         :zone => "ucl",
11         :inet => {
12           :prefix => "24",
13           :gateway => "193.60.236.254"
14         }
15       }
16     }
17   }
18 )
19
20 run_list(
21   "role[ucl]"
22 )