cloudera-labs / cloudera.cluster

An Ansible collection for lifecycle and management of Cloudera CDP Private Cloud resources on bare metal, IaaS, and PaaS.
Apache License 2.0
32 stars 46 forks source link

Cryptography backend can only use "auto" for cipher option. #79

Closed anisf closed 1 year ago

anisf commented 1 year ago

When using CA role. Play fails with the following error : TASK [cloudera.cluster.ca_server : Generate root private key] ** fatal: [xxxx]: FAILED! => changed=false msg: Cryptography backend can only use "auto" for cipher option.

When looking at openssl_privatekey_module's documentation we can see that only "auto" value is accepted for cipher parameter

anisf commented 1 year ago

Was fixed in release 3.4.0