cloudera.exe.tls_fetch_ca_certs role – Bring CA root and intermediate cert back to controller

Note

This role is part of the cloudera.exe collection (version 3.0.0).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it use: ansible-galaxy collection install cloudera.exe..

To use it in a playbook, specify: cloudera.exe.tls_fetch_ca_certs.

Entry point main – Bring CA root and intermediate cert back to controller

New in cloudera.exe 3.0.0

Synopsis

  • Fetch the named root and intermediate CA TLS Certificates from the CA Server.

Parameters

Parameter

Comments

ca_server_intermediate_cert_name

string

Name of the intermediate CA cert file

Default: "intermediate.cert.pem"

ca_server_intermediate_path

string

Path to intermediate CA cert on the CA server

Default: "/ca/intermediate/certs"

ca_server_root_cert_name

string

Name of the root CA cert file

Default: "ca.cert.pem"

ca_server_root_path

string

Path to root CA cert on the CA server

Default: "/ca/certs"

local_ca_certs_dir

string / required

Directory on Ansible controller to store the root and intermediate CA cert files

Authors

  • Jim Enright