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** Following the [upgrade docs](https://docs.confluent.io/current/installation/cp-ansible/ansible-upgrade.html), it appears that after upgrading zookeeper, if the broker is on the same node as a zookeeper....when trying to set an ansible fact,...

bug

There are a lot of operational best practices to run Kafka clients, not just brokers, that we can help manage with Ansible. This request has a few parts: - Install...

**Feature request** Since Confluent platform version 6.1 there are packages available for confluent cli. https://packages.confluent.io/rpm/6.1/ https://packages.confluent.io/deb/6.1/pool/main/c/confluent-cli/ It would be useful to install cli using the os package manager when it...

Apart from the fact that this is a very great feature and makes life much easier, the output is unfortunately often not very helpful. You get a 400 return when...

bug
help wanted

Hi all, I would like to know if it's possible to implement in cp-ansible the multiple network interfaces support. Like this [doc said ](https://www.confluent.fr/blog/kafka-listeners-explained/), we can make listeners who listen...

enhancement

First of all, thank for this amazing job. I'm using these recipes, I'm not expert in ansible so I just cloned the all the repository content and use the roles,...

enhancement

I am aware there have been a number of Community version related issues eg #85 and #219 but I was wondering how you would feel about a PR adding some...

enhancement

# Description Fix zookeeper ssl test failure in mtls-custombundle-rhel on 7.2.x Fixes # [ANSIENG-1677](https://confluentinc.atlassian.net/browse/ANSIENG-1677) ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [...

# Description This PR aims to migrate all scenarios using Java 8 to java 11 and Java 11 to Java 17. This change has to go in master branch of...

**Describe the issue** Deploying a Cluster with the minimal configuration for tls/mutual_tls, the playbook fail with : ansible.errors.AnsibleUndefinedVariable: {{ [inventory_hostname, ansible_fqdn, ansible_host, ansible_ssh_host, hostname|default(omit)] | unique }} during: Create Openssl...