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/group_vars/postgres/plain.yml

19 lines
443 B
YAML

---
hetzner_server_type: cpx11
hetzner_server_labels: "stage={{ stage }} service=postgres role={{ server_type }}"
postgres_acls: []
traefik_enabled: false
filebeat_postgres_enabled: true
custom_plattform_users:
- "{{ backupuser_user_name }}"
postgres_homedir: "/var/lib/postgresql"
postgres_pgdatadir_lvm_hcloudvol_size: 10
postgres_pgdatadir_lvm_hcloudvol_count: 1
postgres_pgdatadir_lvm_hcloudvol_mountpath: "{{ postgres_homedir }}"