X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/dbfe66d5c438af1b566ace0704631f40ae7cc050..8ad66df69a108a031ff4fb869f002a6598005649:/roles/ascalon.rb diff --git a/roles/ascalon.rb b/roles/ascalon.rb index b27b9e087..f453ced38 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,6 @@ default_attributes( ) run_list( - "role[ucl-wates]", + "role[ucl-wolfson]", "role[roundup]" )