mirror of
https://gitea.0xace.cc/ansible-galaxy/pgbouncer.git
synced 2025-01-18 11:42:17 +00:00
9 lines
726 B
YAML
9 lines
726 B
YAML
pgbouncer_postgresql_config_dir: "/etc/postgresql"
|
|
pgbouncer_postgresql_config_cluster_dir: "{{ pgbouncer_postgresql_config_dir }}/{{ pgbouncer_postgresql_major_version }}/{{ pgbouncer_postgresql_cluster_name }}"
|
|
pgbouncer_postgresql_home_dir: "/var/lib/postgresql"
|
|
pgbouncer_postgresql_data_dir: "{{ pgbouncer_postgresql_home_dir }}/{{ pgbouncer_postgresql_major_version }}/{{ pgbouncer_postgresql_cluster_name }}"
|
|
pgbouncer_postgresql_ssl_path: "{{ pgbouncer_postgresql_config_dir }}/{{ pgbouncer_postgresql_major_version }}/{{ pgbouncer_postgresql_cluster_name }}"
|
|
pgbouncer_postgresql_cluster_name: "main"
|
|
|
|
pgbouncer_postgresql_package_name_regex: 'postgresql-.[{{ pgbouncer_postgresql_supported_versions | join(",") }}]'
|