X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/36e8658c091c0acb870566433d2ab841e71b085e..8c1484ccac7f10b5f497a48295c04cbed1a01457:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 40455ab24..427e9ce9c 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -2,6 +2,9 @@ name "ironbelly" description "Master role applied to ironbelly" default_attributes( + :apt => { + :sources => [ "ubuntugis-unstable" ] + }, :networking => { :interfaces => { :internal_ipv4 => { @@ -69,7 +72,8 @@ default_attributes( "2001:630:12:500::/64", # ic external "127.0.0.0/8", # localhost "::1" # localhost - ] + ], + :nodes_allow => "roles:tilecache" } } } @@ -80,6 +84,11 @@ run_list( "role[gateway]", "role[chef-server]", "role[chef-repository]", + "role[web-storage]", + "role[supybot]", + "role[backup]", + "role[stats]", + "role[planet]", "recipe[rsyncd]", "recipe[openvpn]" )