Skip to content

Commit 87992a6

Browse files
authored
update the comment for the patroni_cluster_name variable
1 parent 14adab4 commit 87992a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ proxy_env: {} # yamllint disable rule:braces
1010
cluster_vip: "" # ip address for client access to databases in the cluster (optional)
1111
vip_interface: "{{ ansible_default_ipv4.interface }}" # interface name (ex. "ens32")
1212

13-
patroni_cluster_name: "postgres-cluster" # specify the cluster name
13+
patroni_cluster_name: "postgres-cluster" # the cluster name (must be unique for each cluster)
1414
patroni_install_version: "latest" # or specific version (example 1.5.6)
1515

1616
patroni_superuser_username: "postgres"

0 commit comments

Comments
 (0)