]> git.openstreetmap.org Git - chef.git/blob - roles/rhaegal.rb
blogs: fix build in test
[chef.git] / roles / rhaegal.rb
1 name "rhaegal"
2 description "Master role applied to rhaegal"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :mmiler => { :status => :administrator }
8     }
9   },
10   :location => "Zagreb, Croatia",
11   :networking => {
12     :interfaces => {
13       :external => {
14         :interface => "eno1",
15         :role => :external,
16         :inet => {
17           :address => "10.5.0.77",
18           :prefix => "16",
19           :gateway => "10.5.0.1",
20           :public_address => "161.53.248.77"
21         }
22       }
23     }
24   }
25 )
26
27 run_list(
28   "role[carnet]"
29 )