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

**Describe the issue** https://docs.confluent.io/ansible/current/ansible-requirements.html#general-requirements https://docs.ansible.com/ansible/latest/collections/ansible/builtin/yum_module.html Confluent Ansible 7.2+ require python 3.6+, but Ansible yum module only works on Python2, this will have conflict and get error like log show **Logs**...

**Describe the issue** We’ve deployed Confluent Kafka with the cp-ansible codebase in our dev environment and it’s working well. Now, we’re planning to add some sasl scram users and align...

**Describe the issue** File _roles/kafka_broker/templates/kafka_server_jaas.conf.j2_ requires that - keyTab="{{kafka_broker_keytab_path}}" - principal="{{kafka_broker_kerberos_principal}}"; are the same for both sections _KafkaServer_ and _Client_ **Expected behaviour** Some scenarios would require to have different keytab...

enhancement

**Describe the issue** We have several clusters provisioned with cp-ansible, and all clusters are currently running with Java 11. With the release of Confluent Platform 7.3, we notice that Java...

**Describe the issue** Something wrong with the task `Assert log.dirs Property not Misconfigured`. The error shows `'dict object' has no attribute 'name'`. It seems that error come from `kafka_broker_properties`. In...

# Description Added nuke.yml playbook to master Fixes # (issue) ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature...

**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** It's...

# Description Currently the CDN URL is used to get connector plugins, updating and using confluent-hub api. CDN `d1i4a15mxbxib1` is being deprecated as part of cc-root-1 migration - https://confluentinc.atlassian.net/browse/CC-22768 confluent-hub...

**Describe the issue** In this file for example https://github.com/confluentinc/cp-ansible/blob/7.6.0-post/roles/variables/defaults/main.yml Multiple lines for string are not well dealt with: ![image](https://github.com/confluentinc/cp-ansible/assets/2464353/6585dd99-87ce-42c9-934c-eba0b90f985f) ![image](https://github.com/confluentinc/cp-ansible/assets/2464353/aa9b29b3-1312-4985-85b5-04bc322c2d76) **To Reproduce** Open the code in VSC 1.87.2 **Expected behaviour**...

Update ### Tag - certificate_authority description here: https://github.com/confluentinc/cp-ansible/blob/41620d6b313a91b154e3f341b99bf8ff86658002/docs/TAGS.md?plain=1#L16 Tag - certificate_authority alongside creating self signed certificates also generates the MDS token key pair : private key and public certificate to...