]> git.openstreetmap.org Git - chef.git/blob - roles/rhaegal.rb
0f18a02fc83d4ec4432627d3d29004eb12a09582
[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   :thanks => "GEOF and OpenIT",
11   :location => "Zagreb, Croatia",
12   :networking => {
13     :interfaces => {
14       :external_ipv4 => {
15         :interface => "enp1s0f0",
16         :role => :external,
17         :family => :inet,
18         :address => "10.5.0.77",
19         :prefix => "16",
20         :gateway => "10.5.0.1"
21       }
22     },
23     :nameservers => [
24       "10.5.0.7",
25       "8.8.8.8"
26     ]
27   }
28 )
29
30 run_list(
31   "role[carnet]"
32 )