Skip to content

tgadiev/ansible-elastic-metricbeat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: Metricbeat for Elastic Build Status

An Ansible Role that installs Metricbeat on RedHat or Debian family distributives.

Requirements

None.

Role Variables

All available see in defaults/main.yml.

Dependencies

None.

Example Playbook

- hosts: all
  roles:
    - kharkevich.metricbeat
  vars:
    kibana_host: "http://kibana.example.com:5601"
    elasticsearch_hosts:
  	  - elastic0.example.com:9200
  	  - elastic1.example.com:9200

License

Apache

Author Information

This role was created by Aliaksandr Kharkevich

About

Ansible role: Deploy Metricbeat

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%