update vars for RedHat family

This commit is contained in:
ace 2023-08-09 17:15:09 +03:00
parent 6b2b601626
commit 4edbf7d686
Signed by: ace
GPG Key ID: 2C08973DD37A76FD

View File

@ -1,7 +1,8 @@
pgbouncer_postgresql_home_dir: "/var/lib/pgsql"
pgbouncer_postgresql_data_dir: "{{ pgbouncer_postgresql_home_dir }}/{{ pgbouncer_postgresql_major_version }}/data"
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 }}"
pgbouncer_postgresql_cluster_name: "data"
pgbouncer_postgresql_package_name_regex: 'postgresql.[{{ pgbouncer_postgresql_supported_versions | join(",") }}]-server'