Authored by chunhua.zhang

add

- hosts: java-nginx
vars_prompt:
- name: "confirmation"
prompt: "Configure and install filebeat. Please Enter YES to continue."
private: no
vars:
- kafka_hosts: "ops.ckafka.yohoops.org:9092"
remote_user: root
... ...