cp-ansible icon indicating copy to clipboard operation
cp-ansible copied to clipboard

Ansible playbooks for the Confluent Platform

Results 109 cp-ansible issues
Sort by recently updated
recently updated
newest added

Hello all. I am trying to complete a poc in which we are implementing a secure Kafka cluster. So far I have SSL and SASL Plain working without issue. The...

**For Confluent Enterprise Support customers, we would strongly advise you to open a Support ticket which will be addressed within your Support contract SLA at ```https://support.confluent.io```** Changing the hosts and...

The education team has found that it's a very common use case to handle authentication over LDAP via the `LdapAuthenticateCallbackHandler`. This is especially true with RBAC configurations, since LDAP is...

**For Confluent Enterprise Support customers, we would strongly advise you to open a Support ticket which will be addressed within your Support contract SLA at ```https://support.confluent.io```** **Describe the issue** The...

**Describe the issue** Custom certificate loader ( https://github.com/confluentinc/cp-ansible/blob/6.2.0-post/roles/confluent.ssl/tasks/custom_certs.yml#L14 ) corrupts certificate if there is no newline at the end of the file. **To Reproduce** For `ssl_signed_cert_filepath` use a certificate chain...

**Describe the issue** In custom certificates if a certificate chain is provided under `ssl_signed_cert_filepath` , then the code assumes a non-standard order of certificates. The standard order of a certificate...

We should have a way to uninstall the various services. This can be useful for POC or dev environments that are short lived that need to be upgraded without regard...

enhancement

I have the following hosts.yaml: ``` rbac_enabled: true mds_super_user: mds mds_super_user_password: password kafka_broker_ldap_user: bro kafka_broker_ldap_password: password schema_registry_ldap_user: reg schema_registry_ldap_password: password ksql_ldap_user: ksql ksql_ldap_password: password control_center_ldap_user: cce control_center_ldap_password: password create_mds_certs: false...

First up: The new "get log back to ansible controller" feature is really awesome - thanks a lot :) However one might end up with quite a bunch of logs...

Not sure if we can find a "fix" for this. CP Ansible changed the naming of log4j files and iirc also some config files for components. In general that makes...