cloudera.exe.prereq_impala role – Set up user accounts for Impala

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.prereq_impala.

Entry point main – Set up user accounts for Impala

New in cloudera.exe 3.0.0

Synopsis

  • Set up for Impala usage, notably, create the local impala user.

  • Optionally, set up ACLs on TLS entities.

Parameters

Parameter

Comments

tls_key_password_file

path

Path of the TLS private key password file.

tls_key_path

path

Path of the encrypted TLS private key.

tls_key_path_generic

path

Path of the hardlink to the encrypted TLS private key.

tls_key_path_plaintext

path

Path of the unencrypted TLS private key.

tls_key_path_plaintext_generic

path

Path of the hardlink to the unencrypted TLS private key.

tls_keystore_path

path

Path of the TLS keystore.

tls_keystore_path_generic

path

Path of the hardlink to the TLS keystore.

Authors

  • Cloudera Labs