X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/dbfe66d5c438af1b566ace0704631f40ae7cc050..fd98b3c103f6e6153e42cc3860f2ed61f1f4c5db:/roles/ascalon.rb diff --git a/roles/ascalon.rb b/roles/ascalon.rb index b27b9e087..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-wates]", + "role[ucl-wolfson]", + "role[hp-g5]", "role[roundup]" )