cp-ansible
cp-ansible copied to clipboard
Ansible playbooks for the Confluent Platform
# Description This PR adds the capability to run connector module with python 3 instead of python 2 Fixes # (issue) ## Type of change - [x] Bug fix (non-breaking...
# Description This PR adds prepare-commit-msg hook to the repository. Fixes # (issue) ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [...
**Describe the issue** When using auto-generated (by cp-anisble) self-signed certificates, i.e., setting `ssl_enabled: True` without any other SSL properties, one would naturally want to get ahold of the generated CA...
# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....
We see that for "Download Jmx Exporter Jar" the yml file still use **0.12.0** version however we see that there is latest version **0.20.0** available. Is there a reason for...
Sometimes it is necessary to store additional jar files within the connector plugin directories in order to extend their function. There is kafka_connect_copy_files for distributing such custom files. Unfortunately, the...
I'm encountering an issue with configuring Kafka in KRaft mode using the Ansible role for Confluent Platform. Despite specifying KRaft mode in my hosts.yml file, the generated server.properties file still...
Issue with change the location for log files. I assumed that it could be done with something like this in the inventory file. ``` kafka_controller: hosts: host1.dmz23.local: host2.dmz23.local: host3.dmz23.local: vars:...
File `filters.py` used for definition of custom filters is different in collection `.tar` file from the version available via git. This causes issues when running playbook. Namely construction of `kafka_broker_final_properties`...
# Description This Pr aims to add support for RBAC over mTLS. The includes changes for - MDS - Broker - Controller - SR - ERP - RP - Connect...