add kibana to precheck
TrivialFix Change-Id: I47fa57087258bad33ad21033f76f4fb2bf5f6f31
This commit is contained in:
parent
622c88ec99
commit
3c645f1e31
@ -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'] }}"
|
||||
|
Loading…
Reference in New Issue
Block a user