X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1deef04e3ab04768fd3e5622778ac43b37a5c84d..e0ae732703cef05e40ba41513cb9070c661cb5bc:/roles/ascalon.rb diff --git a/roles/ascalon.rb b/roles/ascalon.rb index 9b6ecd00e..cffccad35 100644 --- a/roles/ascalon.rb +++ b/roles/ascalon.rb @@ -9,11 +9,24 @@ default_attributes( :role => :internal, :family => :inet, :address => "10.0.0.18" + }, + :external_ipv4 => { + :interface => "eth1", + :role => :external, + :family => :inet, + :address => "128.40.45.193" } } + }, + :accounts => { + :users => { + :emacsen => { :status => :administrator } + } } ) run_list( - "role[ucl-internal]" + "role[ucl-wolfson]", + "role[hp-g5]", + "role[roundup]" )