Skip to content

ElaoInfra/ansible-role-heka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: Heka

This role will install Heka

It's part of the ELAO Ansible stack but can be used as a stand alone component.

Requirements

None.

Installation

Ansible 2+

Using ansible galaxy cli:

ansible-galaxy install elao.heka,2.0

Using ansible galaxy requirements file:

- src:     elao.heka
  version: 2.0

Ansible 1 (no longer maintained)

Using ansible galaxy cli:

ansible-galaxy install elao.heka,1.0

Using ansible galaxy requirements file:

- src:     elao.heka
  version: 1.0

Example playbook

- hosts: servers
  roles:
     - { role: elao.heka }

Licence

MIT

Author information

ELAO (http://www.elao.com/)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published