pgbouncer/vars/RedHat.yaml

9 lines
621 B
YAML
Raw Permalink Normal View History

2023-02-07 23:34:53 +00:00
pgbouncer_postgresql_home_dir: "/var/lib/pgsql"
2023-08-09 14:15:09 +00:00
pgbouncer_postgresql_data_dir: "{{ pgbouncer_postgresql_home_dir }}/{{ pgbouncer_postgresql_major_version }}/{{ pgbouncer_postgresql_cluster_name }}"
pgbouncer_postgresql_ssl_path: "{{ pgbouncer_postgresql_home_dir }}/{{ pgbouncer_postgresql_major_version }}"
pgbouncer_postgresql_config_dir: "{{ pgbouncer_postgresql_data_dir }}"
pgbouncer_postgresql_config_cluster_dir: "{{ pgbouncer_postgresql_data_dir }}"
2023-08-09 14:15:09 +00:00
pgbouncer_postgresql_cluster_name: "data"
pgbouncer_postgresql_package_name_regex: 'postgres.*[{{ pgbouncer_postgresql_supported_versions | join(",") }}]-server'