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

https://github.com/confluentinc/cp-ansible/blob/8de49f4c6a95b491156164e4eb7bf4cd80c6da1e/roles/common/tasks/debian.yml#L120 Adding sid to the sources.list of the host could cause it to update to vulnerable packages without sys admins noticing it. This should be fixed as soon as possible.

# Description Updated spacing and corrected ansible-test sanity pep8 line-too-long errors in plugins/modules/kafka_connectors.py. Added tests/sanity/ignore-2.15.txt and tests/sanity/ignore-2.16.txt to ensure ignores are up-to-date for versions tested against. Added an ignore to...

# Description When deploying self-managed components, schema.registry.url is missing for rest, ksql and c3 properties even if ccloud_schema_registry_url is congihured and ccloud_schema_registry_enabled: true while for connect it does work. This...

**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** Since...

# Description This PR adds support for running kafka connect on z/OS. This is in BETA, as in not everything has been tested and some things don't work. I'm not...

**Describe the issue** Fail to install kafka-broker with "confluent_server_enabled=false" and "installation_method=archive". Ansible fails to extract 'confluent-kafka.service' file, as it is not present in the .tar.gz. **To Reproduce** Steps to reproduce...

**Describe the issue** This task should be tagged. Present in kafka_broker and kafka_controller **Expected behaviour** usage with --skip-tags="package" will skip this task

**Describe the issue** As stated in Confluent Platform 7.5 [documentation](https://docs.confluent.io/platform/7.5/installation/versions-interoperability.html#operating-systems), RHEL 9.x is a supported operating system. However, `validate_hosts.yaml` fails to validade AlmaLinux 9, a well known [binary compatible](https://wiki.almalinux.org/FAQ.html#what-does-abi-binary-compatible-with-rhel-mean) RHEL...

# Description Readme update to include details about precommit hook setup. Fixes # [2966](https://confluentinc.atlassian.net/browse/ANSIENG-2966) ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) -...

# Description Creates scram users thru kafka-storage command when target is KRaft and not Zookeeper Fixes #1495 ## Type of change - [X] Bug fix (non-breaking change which fixes an...