# kafka-kraft-cluster **Repository Path**: bottlelee/kafka-kraft-cluster ## Basic Information - **Project Name**: kafka-kraft-cluster - **Description**: 使用 KRAFT 模式自动化部署 Kafka 高可用集群。按照 role 模式编写,方便与其它部署整合。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 0 - **Created**: 2022-11-25 - **Last Updated**: 2025-07-18 ## Categories & Tags **Categories**: message-server **Tags**: Kafka, Ansible ## README Role Name ========= Deploy Kafka Cluster with KRaft. Role Variables -------------- Checkout the details in `defaults/main.yml` Example Inventory ----------------- [kafka_cluster] kafka0 ansible_host=192.168.56.21 kafka1 ansible_host=192.168.56.22 kafka2 ansible_host=192.168.56.23 Example Playbook ---------------- - hosts: kafka_cluster roles: - kafka-kraft-cluster How to install? ---------------- Ref. https://galaxy.ansible.com/docs/using/installing.html AND https://docs.ansible.com/ansible/latest/cli/ansible-galaxy.html License ------- MIT Author Information ------------------ haibin.lee@foxmail.com