Merge "Fix Kibana checking free port interface"
This commit is contained in:
commit
73a8459ad0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user