X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ba44ae68d149dfd763f10d11e40fd938e4c9764c..6e0c9995ffe09af3f2fe836d95a612709179ebca:/roles/jakelong.rb diff --git a/roles/jakelong.rb b/roles/jakelong.rb index 33c6938f2..b346657e5 100644 --- a/roles/jakelong.rb +++ b/roles/jakelong.rb @@ -2,6 +2,10 @@ name "jakelong" description "Master role applied to jakelong" default_attributes( + :dhcpd => { + :first_address => "10.0.78.1", + :last_address => "10.0.78.254" + }, :networking => { :interfaces => { :internal_ipv4 => { @@ -34,5 +38,6 @@ default_attributes( run_list( "role[equinix-dub]", - "role[hp-dl360e-g8]" + "role[hp-dl360e-g8]", + "recipe[dhcpd]" )