Skip to content

Commit

Permalink
update the comment for the patroni_cluster_name variable
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Mar 20, 2023
1 parent 14adab4 commit 87992a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ proxy_env: {} # yamllint disable rule:braces
cluster_vip: "" # ip address for client access to databases in the cluster (optional)
vip_interface: "{{ ansible_default_ipv4.interface }}" # interface name (ex. "ens32")

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

patroni_superuser_username: "postgres"
Expand Down

0 comments on commit 87992a6

Please sign in to comment.