X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e6962135be2b7f1b43ace48e1c660f7f4ed8f50d..4ed87e86c638523d093bc97b32715c4c6a41a70d:/roles/ascalon.rb diff --git a/roles/ascalon.rb b/roles/ascalon.rb index b54fbde8c..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, - :family => :inet, - :address => "10.0.0.18" - }, :external_ipv4 => { - :interface => "eth1", + :interface => "eno1", :role => :external, :family => :inet, - :address => "128.40.168.105" + :address => "184.107.48.228", + :prefix => "27", + :gateway => "184.107.48.225" } } } ) run_list( - "role[ucl-internal]" + "role[netalerts]" )