We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87992a6 commit e4a7524Copy full SHA for e4a7524
roles/vip-manager/handlers/main.yml
@@ -11,7 +11,7 @@
11
- name: Wait for the cluster ip address (VIP) "{{ cluster_vip }}" is running
12
wait_for:
13
host: "{{ cluster_vip }}"
14
- port: "{{ postgresql_port | default(5432) }}"
+ port: "{{ ansible_ssh_port | default(22) }}"
15
state: started
16
timeout: 60
17
delay: 2
0 commit comments