]> git.openstreetmap.org Git - chef.git/blob - roles/grindtooth.rb
7fc2daea98ee2ce2e7126eefad34c36a094652cc
[chef.git] / roles / grindtooth.rb
1 name "grindtooth"
2 description "Master role applied to grindtooth"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :jochen => { :status => :administrator }
8     }
9   },
10   :networking => {
11     :interfaces => {
12       :internal_ipv4 => {
13         :interface => "eth0",
14         :role => :internal,
15         :family => :inet,
16         :address => "10.0.0.19"
17       }
18     }
19   }
20 )
21
22 run_list(
23   "role[ucl-internal]"
24 )