X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8a4a9679c8e490910bded7466efe9b46ed23884a..d659aecb5ed3068db16a653b41025f8e085f4382:/roles/tabaluga.rb diff --git a/roles/tabaluga.rb b/roles/tabaluga.rb index 2911bdfb3..0e7296b33 100644 --- a/roles/tabaluga.rb +++ b/roles/tabaluga.rb @@ -2,6 +2,10 @@ name "tabaluga" description "Master role applied to tabaluga" default_attributes( + :dhcpd => { + :first_address => "10.0.62.1", + :last_address => "10.0.62.254" + }, :networking => { :interfaces => { :internal_ipv4 => { @@ -31,5 +35,7 @@ default_attributes( run_list( "role[equinix]", - "role[hp-g9]" + "role[hp-g9]", + "role[wiki]", + "recipe[dhcpd]" )