X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/aa02df0d2f61fb4d1839e1e9fca1ec95c249572a..e8429a5ce5431b7f19b583a33136d0354883050f:/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" } )