cloudera.exe.freeipa_server_wildcard_profile role – Install a wildcard certificate profile for FreeIPA

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

Entry point main – Install a wildcard certificate profile for FreeIPA

New in cloudera.exe 3.1.0

Synopsis

  • Create a certificate profile for a wildcard certificate in FreeIPA.

  • This profile will add a wildcard subject alternative name (SAN) to the issued certificate.

  • This role expects to be run on a FreeIPA server and will not update an existing profile.

Parameters

Parameter

Comments

freeipa_wildcard_profile_name

string

The name of the wildcard certificate profile to create.

Default: "wildcard"

ipaadmin_password

string / required

FreeIPA admin password used for authentication.

ipaadmin_principal

string

FreeIPA admin principal used for authentication.

Default: "admin"

ipaserver_domain

string / required

Domain name to use as the root zone for references within the profile.

ipaserver_realm

string / required

Realm to use for references within the profile.

Authors

  • Cloudera Labs