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

Merge "add kibana to precheck"

parents 64e6e586 3c645f1e
No related branches found
No related tags found
No related merge requests found
......@@ -521,6 +521,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