forked from EnterpriseDB/edb-ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPG_RedHat.yml
25 lines (21 loc) · 840 Bytes
/
PG_RedHat.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
pgpool2_version: 4.3
# We don't have the choice of the version with community PostgreSQL
pgpool2_package_name: "pgpool-II"
pgpool2_configuration_file: "/etc/pgpool-II/pgpool.conf"
pgpool2_pool_passwd_file: "/etc/pgpool-II/pool_passwd"
pgpool2_user: "postgres"
pgpool2_group: "postgres"
# Systemd unit file
pgpool2_systemd_config_file: "/etc/systemd/system/pgpool-II.service.d/pgpool-II.conf"
pcp_configuration_file: "/etc/pgpool-II/pcp.conf"
pgpool2_pid_file_name: "/var/run/pgpool-II/pgpool.pid"
pgpool2_logdir: "/var/log/pgpool-II"
# Directory containing SSL keys and certs
pgpool2_ssl_dir: "/etc/pgpool-II/ssl"
pgpool2_bin_path: "/usr/bin"
# pgpool service name
pgpool2_service_name: "pgpool-II"
# pgpool environment file
pgpool2_environment_file: "/etc/sysconfig/pgpool-II"
pgpool2_node_id_file: "/etc/pgpool-II/pgpool_node_id"