We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14adab4 commit 87992a6Copy full SHA for 87992a6
vars/main.yml
@@ -10,7 +10,7 @@ proxy_env: {} # yamllint disable rule:braces
10
cluster_vip: "" # ip address for client access to databases in the cluster (optional)
11
vip_interface: "{{ ansible_default_ipv4.interface }}" # interface name (ex. "ens32")
12
13
-patroni_cluster_name: "postgres-cluster" # specify the cluster name
+patroni_cluster_name: "postgres-cluster" # the cluster name (must be unique for each cluster)
14
patroni_install_version: "latest" # or specific version (example 1.5.6)
15
16
patroni_superuser_username: "postgres"
0 commit comments