X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/2447911751797f6d1d47e9c3f4a2e709e2326aba..9ffe3e6bb155734ef3ef7afef69629b713d7b26f:/roles/ic.rb diff --git a/roles/ic.rb b/roles/ic.rb index 16ff9ca48..159f4ca4d 100644 --- a/roles/ic.rb +++ b/roles/ic.rb @@ -30,7 +30,9 @@ default_attributes( } }, :web => { - :backends => %w(rails1 rails2 rails3) + :backends => %w[rails4 rails5], + :fileserver => "ironbelly", + :readonly_database_host => "karm.ic.openstreetmap.org" } )