X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ba44ae68d149dfd763f10d11e40fd938e4c9764c..ff6e215ca12d2efe3493da1eb0152751ceef7162:/roles/jakelong.rb diff --git a/roles/jakelong.rb b/roles/jakelong.rb index 33c6938f2..e2e54bd45 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,7 @@ default_attributes( run_list( "role[equinix-dub]", - "role[hp-dl360e-g8]" + "role[hp-dl360e-g8]", + "role[community]", + "recipe[dhcpd]" )