hba: wait for DB port to be available
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
a38d2c707a
commit
35568e2e41
|
@ -1,4 +1,9 @@
|
|||
---
|
||||
- name: 'Wait for the DB to be available'
|
||||
wait_for:
|
||||
port: '{{ postgres_ha_cont_port }}'
|
||||
delay: 5
|
||||
|
||||
- name: 'Allow VPN connections in HBA config'
|
||||
register: postgres_ha_hba
|
||||
blockinfile:
|
||||
|
|
Loading…
Reference in New Issue