boutetnico / ansible-role-filebeat

Install and configure Filebeat with Ansible.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tests Ansible Galaxy

ansible-role-filebeat

This role installs and configures Filebeat.

Requirements

Ansible 2.10 or newer.

Supported Platforms

Role Variables

Variable Required Default Choices Comments
filebeat_dependencies true [apt-transport-https] list
filebeat_package true filebeat string
filebeat_package_state true present string
filebeat_use_oss true false bool Whether to use Open Source version or not.
filebeat_config true dict Configuration object. See defaults/main.yml.

Dependencies

None

Example Playbook

- hosts: all
  roles:
    - role: ansible-role-filebeat

Testing

molecule test

License

MIT

Author Information

@boutetnico

About

Install and configure Filebeat with Ansible.

License:MIT License


Languages

Language:Jinja 50.8%Language:Python 49.2%