]> git.openstreetmap.org Git - chef.git/blob - roles/ascalon.rb
Drop roles for thorn-02 and thorn-03
[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_ipv4 => {
8         :interface => "eno1",
9         :role => :external,
10         :family => :inet,
11         :address => "184.107.48.228",
12         :prefix => "27",
13         :gateway => "184.107.48.225"
14       }
15     }
16   }
17 )
18
19 run_list(
20   "role[netalerts]"
21 )