dellemc.powerflex.powerflex_activemq role – Role to manage the installation and uninstallation of Powerflex ActiveMQ.

Note

This role is part of the dellemc.powerflex collection (version 2.3.0).

You might already have this collection installed if you are using the ansible package. 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 dellemc.powerflex.

To use it in a playbook, specify: dellemc.powerflex.powerflex_activemq.

Entry point main – Role to manage the installation and uninstallation of Powerflex ActiveMQ.

Synopsis

  • Role to manage the installation and uninstallation of Powerflex ActiveMQ.

Parameters

Parameter

Comments

hostname

string / required

IP or FQDN of the PowerFlex host.

password

string / required

The password of the PowerFlex host.

port

integer

Port of the PowerFlex host.

Default: 443

powerflex_activemq_state

string

Specifies the state of the ActiveMQ.

present will install the ActiveMQ if not already installed.

absent will uninstall the ActiveMQ if installed.

Choices:

  • "absent"

  • "present" ← (default)

powerflex_common_file_install_location

path

Location of installation, compatible installation software package based on the operating system of the node.

The files can be downloaded from the Dell Product support page for PowerFlex software.

Default: "/var/tmp"

timeout

integer

Time after which connection will get terminated.

Default: 120

username

string / required

The username of the PowerFlex host.

validate_certs

boolean

If false, the SSL certificates will not be validated.

Configure false only on personally controlled sites where self-signed certificates are used.

Choices:

  • false ← (default)

  • true