This role will install Heka
It's part of the ELAO Ansible stack but can be used as a stand alone component.
None.
Using ansible galaxy cli:
ansible-galaxy install elao.heka,2.0
Using ansible galaxy requirements file:
- src: elao.heka
version: 2.0
Using ansible galaxy cli:
ansible-galaxy install elao.heka,1.0
Using ansible galaxy requirements file:
- src: elao.heka
version: 1.0
- hosts: servers
roles:
- { role: elao.heka }
MIT