X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/15639458644993a98702f398045ac8005e3ff023..860431223d5e1ada6bc6549c2cfa30dea4d23182:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 8032eee20..cf511e4ef 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -5,6 +5,9 @@ default_attributes( :apt => { :sources => ["ubuntugis-unstable"] }, + :bind => { + :clients => "equinix" + }, :dhcpd => { :first_address => "10.0.63.1", :last_address => "10.0.63.254" @@ -131,10 +134,8 @@ run_list( "role[web-storage]", "role[supybot]", "role[backup]", - "role[stats]", "role[planet]", "role[planetdump]", - "role[logstash]", "recipe[rsyncd]", "recipe[dhcpd]", "recipe[openvpn]",