X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/90b2b911066f27795fa5127258c2e6db2f0f32c0..a4e98a39669d82fc53a3d7f3fcc65689c05cc6cd:/roles/ascalon.rb diff --git a/roles/ascalon.rb b/roles/ascalon.rb index 87b9ca26c..cffccad35 100644 --- a/roles/ascalon.rb +++ b/roles/ascalon.rb @@ -14,7 +14,7 @@ default_attributes( :interface => "eth1", :role => :external, :family => :inet, - :address => "128.40.168.105" + :address => "128.40.45.193" } } }, @@ -26,5 +26,7 @@ default_attributes( ) run_list( - "role[ucl-internal]" + "role[ucl-wolfson]", + "role[hp-g5]", + "role[roundup]" )