]> git.openstreetmap.org Git - chef.git/blob - roles/rhaegal.rb
8ff2e2f31077545a075bab6879085343b59b3ed6
[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 => "193.198.233.218",
18           :prefix => "29",
19           :gateway => "193.198.233.217"
20         }
21       }
22     }
23   }
24 )
25
26 run_list(
27   "role[carnet]"
28 )