Skip to content
Snippets Groups Projects
Commit 3c645f1e authored by zhubingbing's avatar zhubingbing
Browse files

add kibana to precheck

TrivialFix

Change-Id: I47fa57087258bad33ad21033f76f4fb2bf5f6f31
parent 622c88ec
No related branches found
No related tags found
No related merge requests found
......@@ -473,6 +473,14 @@
state: stopped
when: inventory_hostname in groups['haproxy']
- name: Checking free port for Kibana Server
wait_for:
host: "{{ hostvars[inventory_hostname]['ansible_' + storage_interface]['ipv4']['address'] }}"
port: "{{ kibana_server_port }}"
connect_timeout: 1
state: stopped
when: inventory_hostname in groups['kibana']
- name: Checking free port for Rsync
wait_for:
host: "{{ hostvars[inventory_hostname]['ansible_' + storage_interface]['ipv4']['address'] }}"
......
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