All Projects → glynnbird → ansible-install-kafka

glynnbird / ansible-install-kafka

Licence: other
Ansible playbook to install Kafka to one or more Ubuntu server machines

Programming Languages

shell
77523 projects

ansible-install-kafka

Apache Kafka is difficult to install. You need Java, sbt, Zookeeper, Scala and then Kafka itself. From a blank Ubuntu server machine, this is a not inconsiderable task.

This repository contains an Ansible playbook which will do just that.

Run it like this:

ansible-playbook install-kafka-playbook.yml --sudo -K

which will install everything on all the servers in your Ansible hosts file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].