https://github.com/amitgujar/kafkaninja
Over 99+ downloads on galaxy this ansible collection allows you to configure kafka cluster on remote servers.
https://github.com/amitgujar/kafkaninja
ansible-collection azure ec2 kafka server zookeeper
Last synced: about 1 month ago
JSON representation
Over 99+ downloads on galaxy this ansible collection allows you to configure kafka cluster on remote servers.
- Host: GitHub
- URL: https://github.com/amitgujar/kafkaninja
- Owner: AmitGujar
- License: mit
- Created: 2024-05-27T05:48:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T06:13:00.000Z (about 2 years ago)
- Last Synced: 2025-04-19T14:07:38.742Z (about 1 year ago)
- Topics: ansible-collection, azure, ec2, kafka, server, zookeeper
- Language: Shell
- Homepage: https://galaxy.ansible.com/ui/repo/published/amitgujar/kafkaninja/
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# kafkaNinja
This is an ansible collection which configures the apache kafka on remote servers (Based on kafka 3.7.0)
## How to Install
```ansible-galaxy collection install amitgujar.kafkaninja```
## Requirements
- Check the inventory format in config folder and create inventory accordingly.
- The zookeeper role supports single as well as quorum setup.
- The kafka role supports single as well as cluster setup.
- If you want then you can specify the custom properties.
- Make sure you have attached ext vol for your vm.
- Update the daemon services /etc/init.d/zookeeper & kafka if username is other than ubuntu.