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/roles/postgres/defaults/main.yml

16 lines
538 B
YAML

---
default_postgres_version: 13
default_postgres_target_distribution: focal-pgdg # (bionic-pgdg, bullseye-pgdg, buster-pgdg,
# focal-pgdg, groovy-pgdg, hirsute-pgdg,
# sid-pgdg, stretch-pgdg, xenial-pgdg)
default_max_connections: 1000
default_shared_buffers: 256MB
postgres_listen_addresses: "listen_addresses = 'localhost,{{ stage_private_server_ip }}'"
database_state: present
database_create: True
database_backup: False
database_restore: False