From bc6952491806253bd56629e6719f634a89679c0b Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 1 Jan 2023 10:54:06 +0000 Subject: [PATCH 1/1] Remove nominatim role from pummelzacken --- roles/pummelzacken.rb | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 15cd24e9b..0aa526bca 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -23,36 +23,9 @@ default_attributes( :address => "193.60.236.18" } } - }, - :postgresql => { - :versions => ["14"], - :settings => { - :defaults => { - :listen_addresses => "10.0.0.20", - :work_mem => "160MB", - :effective_io_concurrency => "256", - :fsync => "on" - } - } - }, - :nominatim => { - :state => "standalone", - :dbcluster => "14/main", - :postgis => "3", - :enable_backup => true, - :flatnode_file => "/ssd/nominatim/nodes.store", - :tablespaces => { - "daux" => "/data/tablespaces/daux", - "iaux" => "/data/tablespaces/iaux" - }, - :config => { - :forward_dependencies => "yes" - } - } ) run_list( - "role[ucl]", - "role[nominatim]" + "role[ucl]" ) -- 2.39.5