]> git.openstreetmap.org Git - chef.git/blob - roles/rhaegal.rb
nominatim: need extra pip repo on updates
[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         :inet6 => {
22           :address => "2001:b68:40ff:3::2",
23           :prefix => "64",
24           :gateway => "2001:b68:40ff:3::1"
25         }
26       }
27     }
28   }
29 )
30
31 run_list(
32   "role[carnet]"
33 )