]> git.openstreetmap.org Git - chef.git/blob - roles/ascalon.rb
Correct interface name
[chef.git] / roles / ascalon.rb
1 name "ascalon"
2 description "Master role applied to ascalon"
3
4 default_attributes(
5   :networking => {
6     :interfaces => {
7       :external_ipv4 => {
8         :interface => "eth1",
9         :role => :external,
10         :family => :inet,
11         :address => "128.40.45.193"
12       }
13     }
14   },
15   :accounts => {
16     :users => {
17       :emacsen => { :status => :administrator }
18     }
19   }
20 )
21
22 run_list(
23   "role[ucl-wolfson]",
24   "role[roundup]"
25 )