X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/354f7dc3dcfffc39163e2cf62e4f4aeaf44ae94c..c21a2c2cfbf709d99825cfa376f9d6afa707636e:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 7e5720e9a..c22a3c6c4 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 => { @@ -78,6 +81,13 @@ 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]" )