Skip to content
Snippets Groups Projects
Commit 4c9a52d6 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] wait for Kibana startup

parent 083ca3ad
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,14 @@ ...@@ -37,6 +37,14 @@
name: kibana name: kibana
state: started state: started
- name: Waits for port Kibana port is reachable
wait_for:
host: localhost
port: 5601
delay: 180
connect_timeout: 30
state: started
- name: Installing MetricBeat Dashboards - name: Installing MetricBeat Dashboards
become: yes become: yes
shell: > shell: >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment