Merge "loadbalancer: fail on failed "Wait for backup * to start" handlers"
This commit is contained in:
commit
16da80725e
@ -116,6 +116,7 @@
|
||||
wait_for:
|
||||
host: "{{ api_interface_address }}"
|
||||
port: "{{ haproxy_monitor_port }}"
|
||||
any_errors_fatal: true
|
||||
|
||||
- name: Start backup proxysql container
|
||||
vars:
|
||||
@ -150,6 +151,7 @@
|
||||
wait_for:
|
||||
host: "{{ api_interface_address }}"
|
||||
port: "{{ proxysql_admin_port }}"
|
||||
any_errors_fatal: true
|
||||
|
||||
- name: Start backup keepalived container
|
||||
vars:
|
||||
|
Loading…
x
Reference in New Issue
Block a user