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

Same as pull request- https://github.com/confluentinc/cp-ansible/pull/1078 - Rebased to 6.2.x

# Description Provides the basics for multiple inter-connected platform/cluster installations with single set of inventory files. Provides the logic for a separate/centralized Control Center Metrics cluster. Helps to address remaining...

# Description revamped error management, status check on the connector tasks Fixes #401 ## Type of change - [X] Bug fix (non-breaking change which fixes an issue) - [ ]...

**Describe the issue** The Yum Repo addition task in `roles/common/tasks/redhat.yml` uses `proxy.http_proxy` rather than `proxy.https_proxy`. Ideally this should probably use a fall back chain from https->http->none. In order to allow...

This enhancement will provide a new feature to the existing ansible playbook. I could consider two different options to accomplish this: 1. Add a new variable to each service, e.g....

**Describe the issue** When upgrading from 7.0 to 7.1, with ecdsa ssl_custom_certs, the play fails at [Assert SSL key hash matches SSL cert hash](https://github.com/confluentinc/cp-ansible/blob/7.1.0-post/roles/common/tasks/host_validations.yml#L111) ``` ansible-playbook -i hosts.yml confluent.platform.all --tags...

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

Ticket requesting a sample FIPS enabled Ansible configuration.

Ansible has decided to deprecate the hash_behavior in Ansible 2.10, and the plan is to remove it in Ansible 2.13: - https://github.com/ansible/ansible/pull/63300 - https://www.reddit.com/r/ansible/comments/a7x92q/in_which_case_hash_behaviourmerge_can_become/ec8mf7f/ We are currently struggeling with variable...

enhancement

**Describe the issue** In air gap environment, using an http repo with the same structure as the official confluent repo containing all minor version, is not possible upgrade from 6.2.x...