X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/354f7dc3dcfffc39163e2cf62e4f4aeaf44ae94c..6cc470f594f7cdf414ce249fce84c489f121d1e3:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 7e5720e9a..7c90c9c87 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -2,6 +2,15 @@ name "ironbelly" description "Master role applied to ironbelly" default_attributes( + :apt => { + :sources => [ "ubuntugis-unstable" ] + }, + :git => { + :allowed_nodes => "*:*", + :user => "chefrepo", + :group => "chefrepo", + :backup => "chef-git" + }, :networking => { :interfaces => { :internal_ipv4 => { @@ -69,7 +78,8 @@ default_attributes( "2001:630:12:500::/64", # ic external "127.0.0.0/8", # localhost "::1" # localhost - ] + ], + :nodes_allow => "roles:tilecache" } } } @@ -78,6 +88,14 @@ default_attributes( run_list( "role[ic]", "role[gateway]", + "role[chef-server]", + "role[chef-repository]", + "role[web-storage]", + "role[supybot]", + "role[backup]", + "role[stats]", + "role[planet]", "recipe[rsyncd]", - "recipe[openvpn]" + "recipe[openvpn]", + "recipe[git::server]" )