X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/1deef04e3ab04768fd3e5622778ac43b37a5c84d..7f544309e70b2d9659b2a3977179453fbe9ff546:/roles/ascalon.rb diff --git a/roles/ascalon.rb b/roles/ascalon.rb index 9b6ecd00e..d7b698e59 100644 --- a/roles/ascalon.rb +++ b/roles/ascalon.rb @@ -4,16 +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" } } } ) run_list( - "role[ucl-internal]" + "role[netalerts]" )