X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/cd4b2637292586ad150eae45db643f2f7bb1708d..dc88c4068c574ea04d3085c8d8b0b80660688db7:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 97f2af508..05393514c 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -4,14 +4,20 @@ description "Master role applied to pummelzacken" default_attributes( :networking => { :interfaces => { + :bond => { + :interface => "bond0", + :bond => { + :slaves => %w[eno1 enp5s0f0] + } + }, :internal_ipv4 => { - :interface => "em1.2801", + :interface => "bond0.2801", :role => :internal, :family => :inet, :address => "10.0.0.20" }, :external_ipv4 => { - :interface => "em1.2800", + :interface => "bond0.2800", :role => :external, :family => :inet, :address => "193.60.236.18" @@ -19,7 +25,7 @@ default_attributes( } }, :postgresql => { - :versions => ["12"], + :versions => ["13"], :settings => { :defaults => { :listen_addresses => "10.0.0.20", @@ -41,8 +47,8 @@ default_attributes( :nominatim => { :state => "standalone", :dbadmins => %w[lonvia tomh], - :dbcluster => "12/main", - :postgis => "2.5", + :dbcluster => "13/main", + :postgis => "3", :enable_backup => true, :flatnode_file => "/ssd/nominatim/nodes.store", :tablespaces => {