grycap.kafka

License Build Status

Apache Kafka Role

Install Apache Kafka.
This role has been tested only with Ubuntu 16. Is not ensured that it will work with other systems.

Role Variables

Variables used in this role:

# Install info
base_kafka_version: "0.10.1.1"
kafka_version: "2.12-{{ base_kafka_version }}"
## System info
kafka_system_user_name: kafka
kafka_system_group_name: kafka
kafka_system_comment: Kafka system user
kafka_system_shell: /bin/false
kafka_system_user_home: "/var/lib/{{ kafka_system_user_name }}"

Example Playbook

- hosts: server
  roles:
  - { role: 'grycap.kafka' }

Contributing to the role

In order to keep the code clean, pushing changes to the master branch has been disabled. If you want to contribute, you have to create a branch, upload your changes and then create a pull request.
Thanks

About

Install Apache Kafka

Install
ansible-galaxy install grycap.kafka
GitHub repository
License
apache-2.0
Downloads
296
Owner
Grid y Computación de Altas Prestaciones