X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/0e74e2f70ceb291199499bcd7aa1828e1908fa65..d16f3d1a7f01a40ad821948956a21d26fdcab32b:/roles/palulukon.rb diff --git a/roles/palulukon.rb b/roles/palulukon.rb index 4826bafaa..661febeb6 100644 --- a/roles/palulukon.rb +++ b/roles/palulukon.rb @@ -7,22 +7,21 @@ default_attributes( :allowlist => ["172.31.0.2"] }, :interfaces => { - :external_ipv4 => { + :external => { :interface => "ens5", :role => :external, - :family => :inet, - :address => "172.31.37.101", - :prefix => "20", - :gateway => "172.31.32.1", - :public_address => "3.144.0.72" + :inet => { + :address => "172.31.37.101", + :prefix => "20", + :gateway => "172.31.32.1", + :public_address => "3.144.0.72" + } } } }, :postgresql => { :settings => { :defaults => { - :shared_buffers => "8GB", - :maintenance_work_mem => "7144MB", :effective_cache_size => "16GB" } } @@ -38,7 +37,7 @@ default_attributes( }, :tile => { :database => { - :cluster => "14/main", + :cluster => "16/main", :postgis => "3" }, :mapnik => "3.1",