DEV-1071 Configure postgres02 volume size and count
parent
1b4394debe
commit
34eb5cc87f
@ -1,2 +1,9 @@
|
||||
---
|
||||
server_type: "master"
|
||||
|
||||
# ATTENTION! Postgres Volume Sizes and Counts must match in both host_vars files!
|
||||
postgres_backup_volume_count: 3
|
||||
postgres_backup_volume_size: 20
|
||||
|
||||
postgres_pgdatadir_lvm_hcloudvol_count: 2
|
||||
postgres_pgdatadir_lvm_hcloudvol_size: 30
|
||||
|
||||
@ -1,2 +1,9 @@
|
||||
---
|
||||
server_type: "slave"
|
||||
|
||||
# ATTENTION! Postgres Volume Sizes and Counts must match in both host_vars files!
|
||||
postgres_backup_volume_count: 3
|
||||
postgres_backup_volume_size: 20
|
||||
|
||||
postgres_pgdatadir_lvm_hcloudvol_count: 2
|
||||
postgres_pgdatadir_lvm_hcloudvol_size: 30
|
||||
|
||||
Loading…
Reference in New Issue