Ansible Playbooks for Confluent Platform¶
Ansible Playbooks for Confluent Platform (Confluent Ansible) offers a simple way to configure and deploy Confluent Platform. The topics in this section describe using Ansible Playbooks to install Confluent Platform.
The topics assume basic knowledge of how Ansible playbooks work. If you want to learn more about Ansible playbooks, see these resources:
Important
With Ansible Discovery, now you can use Confluent Ansible to upgrade software versions or configurations for the Confluent Platform deployments that were not initially installed with the playbooks. For details, see Ansible Discovery.
The Ansible playbooks provided by Confluent perform the following operations:
- Installs Confluent Platform packages.
- Starts services using
systemd
scripts. - Provides variables for configuring various security settings between Confluent Platform component services:
- TLS/SSL (one way and two way) with self-signed certs or custom certs
- SASL (Kerberos, PLAIN, SCRAM)
- Enables monitoring. With the exception of Confluent Control Center (Legacy), installs all other Confluent Platform components with Jolokia enabled and metrics exposed.
You can install the services listed below using the Ansible playbooks provided by Confluent:
- Apache ZooKeeper™
- Apache Kafka®
- Confluent Schema Registry
- REST Proxy
- Confluent Control Center (Legacy)
- Kafka Connect (distributed mode)
- ksqlDB
The cp-ansible repository provides the playbooks and templates that allow you to easily provision the Confluent Platform in your environment.
Support¶
For those with a Confluent Support contract, issues or feature requests can be reported to Confluent Support.
For those without a Confluent Support contract, report issues at cp-ansible GitHub repo.
Review and follow the doc at the link below if you want to contribute to the project:
https://github.com/confluentinc/cp-ansible/blob/6.0.10-post/CONTRIBUTING.md
Suggested resources¶
- Learn more about Ansible Playbooks for Confluent Platform in The Easiest Way to Install Apache Kafka and Confluent Platform using Ansible.
- Listen to the podcast Installing Apache Kafka with Ansible.