X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/545c9ed2ad8d9ee48a8417f8b98485790fafc170..b0e42ea229284e21d5d05b2e87153c733efb81d1:/roles/dulcy.rb diff --git a/roles/dulcy.rb b/roles/dulcy.rb index 0684875df..51f6efab8 100644 --- a/roles/dulcy.rb +++ b/roles/dulcy.rb @@ -8,7 +8,7 @@ default_attributes( :interface => "bond0", :role => :internal, :family => :inet, - :address => "10.0.48.1", + :address => "10.0.48.9", :bond => { :slaves => %w[p18p1 p18p2] } @@ -46,6 +46,7 @@ default_attributes( :enable_git_updates => true, :dbadmins => %w[lonvia tomh], :dbcluster => "9.6/main", + :postgis => "2.3", :flatnode_file => "/ssd/nominatim/nodes.store", :logdir => "/ssd/nominatim/log", :tablespaces => { @@ -73,6 +74,6 @@ default_attributes( ) run_list( - "role[ic]", + "role[equinix]", "role[nominatim]" )