项目作者: Websoft9

项目描述 :
Automatic Kafka installation
高级语言:
项目地址: git://github.com/Websoft9/role_kafka.git
创建时间: 2021-01-20T08:23:36Z
项目社区:https://github.com/Websoft9/role_kafka

开源协议:Other

下载


Ansible Role: Kafka

This role is for you to install Kafka

If you want this role to support more applications, you can submit Issues for us.

Requirements

Make sure these requirements need before the installation:

Items Details
Operating system CentOS7.x, Ubuntu18.04,Ubuntu20.04. AmazonLinux2
Python version Python2,Python3
Python components requests, docker-compose
Runtime JDK

This Role does not depend on other role variables in syntax, but it depend on other role before:

  1. roles:
  2. - { role: role_common }
  3. - { rolerole_jdk }

Variables

The main variables of this Role and how to use them are as follows:

Items Details Format Need to assignment
kafka_version “2.7.0” String No
kafka_jmx_port 9988 String No

Example

  1. kafka_version: "2.7.0"
  2. kafka_jmx_port: "9988"

Resources

License

LGPL-3.0, Additional Terms: It is not allowed to publish free or paid image based on this repository in any Cloud platform’s Marketplace.

Copyright (c) 2016-present, Websoft9

FAQ

Can I install web-based GUI from this repository?

No