alfresco.platform.java role – Main entrypoint for the java role
Note
This role is part of the alfresco.platform collection (version 0.1.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 alfresco.platform
.
To use it in a playbook, specify: alfresco.platform.java
.
Entry point keystores
– Keystores entrypoint for the java role
Synopsis
This entrypoint is used to manage the java keystores and truststores. It is used to create, import and export certificates and security keys.
Parameters
Parameter |
Comments |
---|---|
Default group to use for the java keystore |
|
Default username to use for the java keystore |
|
Path to the java home (installation directory) Default: |
|
Representation of the JRE keystore The whole object needs to be given (defaults are not merged) |
|
A list of dict to represent certificates to import in keystore. |
|
Whether to look for and trust CA chain Choices:
|
|
Certificate container password |
|
Local path to the host specific PKCS12 certificate container |
|
Password to unlock the java keystore |
|
Local path to the java keystore |
|
A list of dict to represent security keys. |
|
Encryption algorythm of the security key Default: |
|
Length of the security key Default: |
|
Name of the security key to use as an alias in the keystore |
|
Passphrase of the security key |
|
Type of keystore (JKS, JCEKS, PKCS12) |
|
Local path to the java truststore Default: |
|
Password to unlock the java truststore Default: |
Entry point main
– Main entrypoint for the java role
Synopsis
This entrypoint is used to install the java runtime with a given version.
Parameters
Parameter |
Comments |
---|---|
Checksum of the java tarball in format hash_type:[hash_value|hash_url] Default: |
|
Path to the java home (installation directory) Default: |
|
URL to download the java tarball Default: |
|
Version of the java to install Default: |