mirror of
https://gitea.0xace.cc/ansible-galaxy/pgbouncer.git
synced 2024-11-24 20:56:40 +00:00
update vars for RedHat family
This commit is contained in:
parent
6b2b601626
commit
4edbf7d686
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user