X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/aa02df0d2f61fb4d1839e1e9fca1ec95c249572a..6a5a992e10095ced3f4b9c054f4d2a923b9b4016:/roles/ic.rb diff --git a/roles/ic.rb b/roles/ic.rb index ea4d17b7a..de7a1c19e 100644 --- a/roles/ic.rb +++ b/roles/ic.rb @@ -14,9 +14,6 @@ default_attributes( :inet => { :prefix => "27", :gateway => "146.179.159.177" - }, - :inet6 => { - :method => "manual" } }, :external => { @@ -31,6 +28,11 @@ default_attributes( } } } + }, + :web => { + :backends => %w(rails1 rails2 rails3), + :fileserver => "ironbelly", + :readonly_database_host => "ramoth.ic.openstreetmap.org" } )