Apache Kafka
Document Control
TODO:
- Overall structure.
- Initial draft complete
- Testing
- Ready
User Story: Kafka
As a: Big Data Engineer
I want to: install Apache Kafka
So that: I can set up distributed streaming.
Using the role
Using the role in a playbook
--- - name: Install kafka hosts: all tasks: - name: kafka is configured import_role: name: devopstoolbox.kafka vars: kafka_enable_service: true tags: kafka
# Install the role ansible-galaxy install devopstoolbox.kafka # Run the playbook ansible-playbook kafka-playbook.yml
Last update: 2020-02-09