Skip to content
Snippets Groups Projects
Commit 73a8459a authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Fix Kibana checking free port interface"

parents 294e101f df259788
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
- name: Checking free port for Kibana Server
wait_for:
host: "{{ hostvars[inventory_hostname]['ansible_' + storage_interface]['ipv4']['address'] }}"
host: "{{ api_interface_address }}"
port: "{{ kibana_server_port }}"
connect_timeout: 1
state: stopped
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment