X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9d6b27c56ecc79ef97c209cb865e506dddcf9907..aa1ca1217cde68edf93c48b49876bd619f32f302:/roles/ascalon.rb diff --git a/roles/ascalon.rb b/roles/ascalon.rb index 1dc5146a1..cffccad35 100644 --- a/roles/ascalon.rb +++ b/roles/ascalon.rb @@ -9,6 +9,12 @@ default_attributes( :role => :internal, :family => :inet, :address => "10.0.0.18" + }, + :external_ipv4 => { + :interface => "eth1", + :role => :external, + :family => :inet, + :address => "128.40.45.193" } } }, @@ -20,6 +26,7 @@ default_attributes( ) run_list( - "role[ucl-internal]", + "role[ucl-wolfson]", + "role[hp-g5]", "role[roundup]" )