java-filebeat.yml 268 Bytes
- hosts: "{{ group }}"
  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
  roles:
    - role: filebeat