alfresco.platform.audit_storage role – Install a Alfresco Audit Storage

Note

This role is part of the alfresco.platform collection (version 0.2.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.audit_storage.

Entry point download – Download the Audit Storage distribution

Synopsis

  • This task downloads the Audit Storage distribution zip file.

Parameters

Parameter

Comments

audit_storage_download_artifact_name

string

Name of the Audit Storage artifact to download

audit_storage_download_location

string

Location to download the Audit Storage distribution zip file

audit_storage_nexus_password

string / required

Password for the Nexus repository to download the Audit Storage artifact

audit_storage_nexus_username

string / required

Username for the Nexus repository to download the Audit Storage artifact

audit_storage_zip_checksum

string

Checksum for the Audit Storage distribution zip file

audit_storage_zip_url

string

URL to download the Audit Storage distribution zip file

Entry point main – Install a Alfresco Audit Storage

Synopsis

  • This role installs Alfresco Audit Storage and starts it.

Parameters

Parameter

Comments

audit_storage_binaries_dir

string

Directory where the Audit Storage binaries will be installed

audit_storage_broker_password

string

Password for the message broker used by Audit Storage

audit_storage_broker_url

string / required

URL for the message broker used by Audit Storage

audit_storage_broker_username

string

Username for the message broker used by Audit Storage

audit_storage_config_dir

string

Directory where the Audit Storage configuration files will be stored

audit_storage_download_artifact_name

string

Name of the Audit Storage artifact to download

audit_storage_download_location

string

Location to download the Audit Storage distribution zip file

audit_storage_environment

dictionary

Additional environment variables for the Audit Storage service

audit_storage_group_name

string / required

Group name for the Audit Storage service

audit_storage_java_bin_path

string

Path to the Java binary for the Audit Storage service

Default: "/opt/java/bin/java"

audit_storage_java_home_path

string

Path to the Java home directory for the Audit Storage service

Default: "/opt/java"

audit_storage_nexus_password

string / required

Password for the Nexus repository to download the Audit Storage artifact

audit_storage_nexus_username

string / required

Username for the Nexus repository to download the Audit Storage artifact

audit_storage_opensearch_password

string

Password for the OpenSearch instance used by Audit Storage

audit_storage_opensearch_url

string / required

URL for the OpenSearch instance used by Audit Storage

audit_storage_opensearch_username

string

Username for the OpenSearch instance used by Audit Storage

audit_storage_server_port

integer

Port for the Audit Storage service

Default: 8083

audit_storage_username

string / required

Username for the Audit Storage service

audit_storage_version

string

Version of the Audit Storage to install

audit_storage_zip_checksum

string

Checksum for the Audit Storage distribution zip file

audit_storage_zip_url

string

URL to download the Audit Storage distribution zip file