X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e6962135be2b7f1b43ace48e1c660f7f4ed8f50d..ee603acb6bce130b494f41fd79da3a36f79de017:/roles/ascalon.rb diff --git a/roles/ascalon.rb b/roles/ascalon.rb index b54fbde8c..cffccad35 100644 --- a/roles/ascalon.rb +++ b/roles/ascalon.rb @@ -14,12 +14,19 @@ default_attributes( :interface => "eth1", :role => :external, :family => :inet, - :address => "128.40.168.105" + :address => "128.40.45.193" } } + }, + :accounts => { + :users => { + :emacsen => { :status => :administrator } + } } ) run_list( - "role[ucl-internal]" + "role[ucl-wolfson]", + "role[hp-g5]", + "role[roundup]" )