wait until grafana is accessable

This commit is contained in:
nd 2021-10-21 14:50:28 +02:00
parent a9cd8b7c8e
commit 7be1cbdc62
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9

View file

@ -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