]> git.openstreetmap.org Git - chef.git/blob - roles/ascalon.rb
nominatim: UI forwarding should take precedence to blocking
[chef.git] / roles / ascalon.rb
1 name "ascalon"
2 description "Master role applied to ascalon"
3
4 default_attributes(
5   :networking => {
6     :interfaces => {
7       :external => {
8         :interface => "eno1",
9         :role => :external,
10         :inet => {
11           :address => "184.107.48.228",
12           :prefix => "27",
13           :gateway => "184.107.48.225"
14         }
15       }
16     }
17   }
18 )
19
20 run_list(
21   "role[netalerts]"
22 )