wait until grafana is accessable
This commit is contained in:
parent
a9cd8b7c8e
commit
7be1cbdc62
1 changed files with 2 additions and 0 deletions
|
|
@ -63,6 +63,8 @@
|
||||||
meta: flush_handlers
|
meta: flush_handlers
|
||||||
|
|
||||||
- name: "Check if grafana is accessible."
|
- name: "Check if grafana is accessible."
|
||||||
|
retries: 5
|
||||||
|
delay: 3
|
||||||
uri:
|
uri:
|
||||||
url: "{{ grafana.config.root_url|d('http://127.0.0.1') }}"
|
url: "{{ grafana.config.root_url|d('http://127.0.0.1') }}"
|
||||||
method: GET
|
method: GET
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue