X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f19359e475bf150c9e60c5fb142a9116962d0588..aa1ca1217cde68edf93c48b49876bd619f32f302:/roles/ascalon.rb diff --git a/roles/ascalon.rb b/roles/ascalon.rb index 7f5e2bd71..cffccad35 100644 --- a/roles/ascalon.rb +++ b/roles/ascalon.rb @@ -4,6 +4,12 @@ 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, @@ -21,5 +27,6 @@ default_attributes( run_list( "role[ucl-wolfson]", + "role[hp-g5]", "role[roundup]" )