X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e6962135be2b7f1b43ace48e1c660f7f4ed8f50d..f19359e475bf150c9e60c5fb142a9116962d0588:/roles/ascalon.rb diff --git a/roles/ascalon.rb b/roles/ascalon.rb index b54fbde8c..7f5e2bd71 100644 --- a/roles/ascalon.rb +++ b/roles/ascalon.rb @@ -4,22 +4,22 @@ description "Master role applied to ascalon" default_attributes( :networking => { :interfaces => { - :internal_ipv4 => { - :interface => "eth0", - :role => :internal, - :family => :inet, - :address => "10.0.0.18" - }, :external_ipv4 => { :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[roundup]" )