]> git.openstreetmap.org Git - chef.git/blob - roles/ucl-public.rb
Merge remote-tracking branch 'github/pull/749'
[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         :inet => {
11           :prefix => "24",
12           :gateway => "193.60.236.254"
13         }
14       }
15     }
16   }
17 )
18
19 run_list(
20   "role[ucl]"
21 )