--- 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'