X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f19359e475bf150c9e60c5fb142a9116962d0588..2835205c501da417ff80ce4f06dc32d14c8c38bb:/roles/ascalon.rb diff --git a/roles/ascalon.rb b/roles/ascalon.rb index 7f5e2bd71..b00e22c5f 100644 --- a/roles/ascalon.rb +++ b/roles/ascalon.rb @@ -4,22 +4,19 @@ description "Master role applied to ascalon" default_attributes( :networking => { :interfaces => { - :external_ipv4 => { - :interface => "eth1", + :external => { + :interface => "eno1", :role => :external, - :family => :inet, - :address => "128.40.45.193" + :inet => { + :address => "184.107.48.228", + :prefix => "27", + :gateway => "184.107.48.225" + } } } - }, - :accounts => { - :users => { - :emacsen => { :status => :administrator } - } } ) run_list( - "role[ucl-wolfson]", - "role[roundup]" + "role[netalerts]" )