You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hetzner-ansible/host_vars/prodnso-postgres02-01.yml

14 lines
351 B
YAML

---
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
lvm_volume_encryption: true
shared_service_postgres_secondary: "{{ stage }}-postgres02-02"