X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9d6b27c56ecc79ef97c209cb865e506dddcf9907..58406c6076bafab2fccd6335695174639383c3e2:/roles/ascalon.rb diff --git a/roles/ascalon.rb b/roles/ascalon.rb index 1dc5146a1..d7b698e59 100644 --- a/roles/ascalon.rb +++ b/roles/ascalon.rb @@ -4,22 +4,18 @@ description "Master role applied to ascalon" default_attributes( :networking => { :interfaces => { - :internal_ipv4 => { - :interface => "eth0", - :role => :internal, + :external_ipv4 => { + :interface => "eno1", + :role => :external, :family => :inet, - :address => "10.0.0.18" + :address => "184.107.48.228", + :prefix => "27", + :gateway => "184.107.48.225" } } - }, - :accounts => { - :users => { - :emacsen => { :status => :administrator } - } } ) run_list( - "role[ucl-internal]", - "role[roundup]" + "role[netalerts]" )