/kafka

Ansible collection to provision and manage Kafka and RedHat AMQ Streams

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

Kafka Collection for Ansible - saiello.kafka

About

This Ansible Collection regroups several playbooks (packaged as role) to help install, setup and maintain Kafka (and its product counterpart AMQ Streams on RHEL within the configuration management tool Ansible.

Ansible version compatibility

This collection has been tested against following Ansible versions: >=2.9.10.

Install

Plugins and modules within a collection may be tested with only specific Ansible versions. A collection may contain metadata that identifies these versions.

Included content

Roles

Playbooks

Installing the collection

To install this Ansible collection:

$ ansible-galaxy collection install saiello.kafka

or with a downloaded or built tarball, run the following command:

$ ansible-galaxy collection install /path/to/saiello.kafka.tgz

Building the collection

$ ansible-galaxy collection build .

Dependencies

License

GNU General Public License v2.0