cp-ansible
cp-ansible copied to clipboard
Ansible playbooks for the Confluent Platform
**Describe the issue** Hi! We are currently experimenting with [KIP-768: "Extend SASL/OAUTHBEARER with Support for OIDC"](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=186877575) using the Community Edition of Confluent Platform 7.1.1. For deployment, we use cp-ansible. The...
# Description When running multiple services in the same host, in particular for multiple connect workers, there is concurrency and race conditions can happen when manipulating the certificate files and...
# Description Truststore and Keystores are created using hardcoded visible password in the ssl role when using custom certs or self-signed. This change allow to specify a custom password for...
We were utilizing "magic" ansible variables in our inventory - mainly `ansible_hostname` for setting up paths for files or aliases in JKS. With "newer" versions fact_gathering is generally either switched...
**Describe the issue** When I pulled down the CP-Ansible I was pulling from a specific git branch and commit. Sadly, the Ansible Control Node was lost and we need to...
There is sadly no mechanism to restart services ad hoc. Our scenario was a regular and compulsory change of LDAP user passwords, namely the one for the kafka-connect user. We...
**Describe the issue** Zookeeper Get Leader/Follower task fails when ssl.clientAuth DNE in zookeeper-server.properties (no ssl enabled on zookeeper) **To Reproduce** zookeeper-server.properties with no SSL enabled **Expected behaviour** zookeeper_ssl_enabled var evaluated...
**Describe the issue** We found that we are unable to upgrade already installed kafka connect plugins to newer versions using this playbook. **To Reproduce** Run playbook with var kafka_connect_confluent_hub_plugins including...
**Describe the issue** The example for setting the keystore and truststore passwords in the hosts_example does not make it evident that a user can set the passwords when they choose...
# Description Kafka Connect Cluster registration against MDS is not working properly when multiple kafka connect clusters are defined in the inventory (children). The registration is done only once and...