X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/5f273f1b91609cb4b5d1c1cfbd145b8f0e494202..743ccc20d107fb66d801138af23752fd6b4fa701:/roles/ascalon.rb diff --git a/roles/ascalon.rb b/roles/ascalon.rb index 5d69d4a22..d7b698e59 100644 --- a/roles/ascalon.rb +++ b/roles/ascalon.rb @@ -4,29 +4,18 @@ 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.2800", + :interface => "eno1", :role => :external, :family => :inet, - :address => "193.60.236.10" + :address => "184.107.48.228", + :prefix => "27", + :gateway => "184.107.48.225" } } - }, - :accounts => { - :users => { - :emacsen => { :status => :administrator } - } } ) run_list( - "role[ucl-slough]", - "role[hp-g5]", - "role[roundup]" + "role[netalerts]" )