mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
use ansible_ssh_host ip address for consul service health checks
This commit is contained in:
parent
7f3d1ca080
commit
26fe4f82b8
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
"port": 5432,
|
||||
"checks": [{
|
||||
"id": "postgres-ping",
|
||||
"http": "http://127.0.0.1:5579/db_check/postgres",
|
||||
"http": "http://{{ ansible_ssh_host }}:5579/db_check/postgres",
|
||||
"interval": "15s"
|
||||
}]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue