Skip to content
This repository was archived by the owner on Jun 15, 2021. It is now read-only.

Latest commit

 

History

History
51 lines (36 loc) · 891 Bytes

README.md

File metadata and controls

51 lines (36 loc) · 891 Bytes

Ansible Beats

Ansible role for installing different elastic beats on your server

Supported beats

  • dockbeat
  • packetbeat
  • pingbeat

Requirements

Install Ansible on your computer, refer to the official documentation for more details.

Installation

ansible-galaxy install https://github.com/iixlabs/ansible-beats

Role Variables

All variables are defined in the file defaults/main.yml. They will enable the different beat that you want to install and the versions to use

Dependencies

None

Example Playbook

---
- hosts: myhosts
  sudo: true
  vars:
    dockbeat_enabled: true
    beats_elasticsearch_host: localhost
    beats_elasticsearch_port: 9200
  roles:
    - beats

License

Apache 2.0