forked from EnterpriseDB/edb-ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPG.yml
16 lines (15 loc) · 750 Bytes
/
PG.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
# We don't have the choice of the version with community PostgreSQL
pgpool2_version: ""
pgpool2_package_name: "pgpool-II-{{ pg_version }}"
pgpool2_configuration_file: "/etc/pgpool-II-{{ pg_version }}/pgpool.conf"
pgpool2_user: "postgres"
pgpool2_group: "postgres"
# Systemd unit file
pgpool2_systemd_unit_file: "/etc/systemd/system/pgpool-II-{{ pg_version }}.service.d/pgpool-II-{{ pg_version }}.conf"
pcp_configuration_file: "/etc/pgpool-II-{{ pg_version }}/pcp.conf"
pgpool2_pid_file_name: "/var/run/pgpool-II-{{ pg_version }}/pgpool.pid"
pgpool2_logdir: "/var/log/pgpool-II-{{ pg_version }}"
# Directory containing SSL keys and certs
pgpool2_ssl_dir: "/etc/pgpool-II-{{ pg_version }}/ssl"
pgpool2_bin_path: "/usr/pgpool-{{ pg_version }}/bin"