kafka-broker
andrewrothstein.kafka-broker
Install a Kafka broker. Assumes access to a ZooKeeper quorum.
Requirements
See meta/main.yml. Assumes a running ZooKeeper cluster.
Role Variables
Dependencies
See meta/main.yml
Example Playbook
inventory.ini
[zookeeper-quorum]
zk-host[1:3]
[kafka-broker]
kb-host1 kafka_broker_id=1
kb-host2 kafka_broker_id=2
kb-host3 kafka_broker_id=3
...
- hosts: kafka-broker
roles:
- andrewrothstein.kafka-broker
License
MIT
Author Information
Andrew Rothstein andrew.rothstein@gmail.com
Install
ansible-galaxy install andrewrothstein/ansible-kafka-broker
License
mit
Downloads
416
Owner
Dreamer, coder