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.
24 lines
599 B
YAML
24 lines
599 B
YAML
---
|
|
default_postgres_version: 13
|
|
# distributions:
|
|
# bionic-pgdg
|
|
# bullseye-pgdg
|
|
# buster-pgdg
|
|
# focal-pgdg
|
|
# groovy-pgdg
|
|
# hirsute-pgdg
|
|
# sid-pgdg
|
|
# stretch-pgdg
|
|
# xenial-pgdg
|
|
default_postgres_target_distribution: focal-pgdg
|
|
default_max_connections: 1000
|
|
default_shared_buffers: 256MB
|
|
|
|
database_state: present
|
|
|
|
postgres_listen_addresses: "listen_addresses = 'localhost,{{ stage_private_server_ip }}'"
|
|
|
|
database_engine: postgres
|
|
backup_dest_dir: "{{ backup_directory }}/{{ database_engine }}/{{ ansible_date_time.date }}"
|
|
backup_status_file: '{{ backup_dest_dir }}/backup_finished'
|