X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9d6b27c56ecc79ef97c209cb865e506dddcf9907..c3d4f394005725d7069dda1947a5419eeb7b2e55:/roles/ascalon.rb diff --git a/roles/ascalon.rb b/roles/ascalon.rb index 1dc5146a1..7f5e2bd71 100644 --- a/roles/ascalon.rb +++ b/roles/ascalon.rb @@ -4,11 +4,11 @@ description "Master role applied to ascalon" default_attributes( :networking => { :interfaces => { - :internal_ipv4 => { - :interface => "eth0", - :role => :internal, + :external_ipv4 => { + :interface => "eth1", + :role => :external, :family => :inet, - :address => "10.0.0.18" + :address => "128.40.45.193" } } }, @@ -20,6 +20,6 @@ default_attributes( ) run_list( - "role[ucl-internal]", + "role[ucl-wolfson]", "role[roundup]" )