2 description "Role applied to all database servers"
6 :unattended_upgrades => {
13 :listen_addresses => "*",
14 :max_connections => "1500",
15 :max_stack_depth => "7MB",
16 :wal_level => "logical",
17 :max_wal_size => "1536MB",
18 :checkpoint_completion_target => "0.8",
19 :cpu_tuple_cost => "0.1",
21 :log_min_duration_statement => "1000",
22 :late_authentication_rules => [
23 { :address => "10.0.48.0/20" }, # amsterdam
24 { :address => "10.0.64.0/20" }, # dublin
25 { :database => "replication", :user => "replication", :address => "10.0.0.4/32" }, # snap-02
26 { :database => "replication", :user => "replication", :address => "10.0.0.10/32" }, # eddie
27 { :database => "replication", :user => "replication", :address => "10.0.48.49/32" }, # snap-01
28 { :database => "replication", :user => "replication", :address => "10.0.48.50/32" }, # karm
29 { :database => "replication", :user => "replication", :address => "10.0.64.50/32" } # snap-03
36 :comment => "Only swap in an emergency",