X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8a4a9679c8e490910bded7466efe9b46ed23884a..8bc7c3d0f30a9aa45e0ef3c961c8ab761927e393:/roles/tabaluga.rb diff --git a/roles/tabaluga.rb b/roles/tabaluga.rb index 2911bdfb3..191c92d3e 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 => { @@ -30,6 +34,8 @@ default_attributes( ) run_list( - "role[equinix]", - "role[hp-g9]" + "role[equinix-ams]", + "role[hp-g9]", + "role[wiki]", + "recipe[dhcpd]" )