X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/bb9a30b688410dbea19b9dce658582d630bb93a0..e8f7df6aebc01023d9bb5bd0864fcfb2a0f99d03:/roles/ic.rb diff --git a/roles/ic.rb b/roles/ic.rb index 214e0b354..d51295cc8 100644 --- a/roles/ic.rb +++ b/roles/ic.rb @@ -8,7 +8,7 @@ default_attributes( } }, :networking => { - :nameservers => [ "146.179.159.177" ], + :nameservers => ["8.8.8.8", "146.179.159.177"], :roles => { :internal => { :inet => { @@ -28,15 +28,22 @@ default_attributes( } } } + }, + :passenger => { + :ruby_version => "2.3" + }, + :web => { + :backends => %w(rails1 rails2 rails3), + :fileserver => "ironbelly" } ) override_attributes( :networking => { - :search => [ "ic.openstreetmap.org", "openstreetmap.org" ] + :search => ["ic.openstreetmap.org", "openstreetmap.org"] }, :ntp => { - :servers => [ "0.uk.pool.ntp.org", "1.uk.pool.ntp.org", "europe.pool.ntp.org" ] + :servers => ["0.uk.pool.ntp.org", "1.uk.pool.ntp.org", "europe.pool.ntp.org"] } )