Skip to content

m-stojanovic/metricbeat-ansible-role

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

About The Project

Simple metricbeat ansible role that deploys metricbeat on both Redhat and Debian systems.

Built With

Getting Started

To install and configure metricbeat run:

ansible-playbook -i {{ your_inventory_file }} metricbeat.yml tags=debian,config

To disable module run:

ansible-playbook -i {{ your_inventory_file }} metricbeat.yml tags=disable_module --extra-vars "module_name=docker"

Prerequisites

Ansible version 2.9.0 +

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Milos Stojanovic - @linkedin

Project Link: https://github.com/m-stojanovic/metricbeat-ansible-role