.. Document meta :orphan: .. |antsibull-internal-nbsp| unicode:: 0xA0 :trim: .. meta:: :antsibull-docs: 2.16.3 .. Anchors .. _ansible_collections.middleware_automation.amq.activemq_facts_module: .. Anchors: short name for ansible.builtin .. Title activemq_facts -- Return activemq configuration as fact data +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .. Collection note .. note:: This module is part of the `middleware_automation.amq collection `_. It is not included in ``ansible-core``. To check whether it is installed, run :code:`ansible-galaxy collection list`. To install it, use: :code:`ansible-galaxy collection install middleware\_automation.amq`. You need further requirements to be able to use this module, see :ref:`Requirements ` for details. To use it in a playbook, specify: :code:`middleware_automation.amq.activemq_facts`. .. version_added .. rst-class:: ansible-version-added New in middleware\_automation.amq 2.1.0 .. contents:: :local: :depth: 1 .. Deprecated Synopsis -------- .. Description - Return artemis activemq configuration and runtime information from the jolokia endpoint as fact data. .. Aliases .. Requirements .. _ansible_collections.middleware_automation.amq.activemq_facts_module_requirements: Requirements ------------ The below requirements are needed on the host that executes this module. - A running instance of activemq with the jolokia port open .. Options Parameters ---------- .. raw:: html

Parameter

Comments

auth_password

aliases: password

string / required

Password to authenticate for API access with.

auth_username

aliases: username

string / required

Username to authenticate for API access with.

base_url

aliases: url

string

URL to the activemq instance.

Default: "http://localhost:8161"

broker_name

aliases: broker

string

Name of the broker instance

Default: "amq-broker"

connection_timeout

integer

Controls the HTTP connections timeout period in seconds to jolokia API.

Default: 10

validate_certs

boolean

Verify TLS certificates when using https.

Choices:

  • false

  • true ← (default)

web_origin

string

The value to use in the Origin header for the http request

Default: "http://0.0.0.0"

.. Attributes Attributes ---------- .. tabularcolumns:: \X{2}{10}\X{3}{10}\X{5}{10} .. list-table:: :width: 100% :widths: auto :header-rows: 1 :class: longtable ansible-option-table * - Attribute - Support - Description * - .. raw:: html
.. _ansible_collections.middleware_automation.amq.activemq_facts_module__attribute-check_mode: .. rst-class:: ansible-option-title **check_mode** .. raw:: html .. raw:: html
- .. raw:: html
:ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full` .. raw:: html
- .. raw:: html
Can run in check\_mode and return changed status prediction without modifying target, if not supported the action will be skipped. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.amq.activemq_facts_module__attribute-diff_mode: .. rst-class:: ansible-option-title **diff_mode** .. raw:: html .. raw:: html
- .. raw:: html
:ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-none:`none` .. raw:: html
- .. raw:: html
Will return details on what has changed (or possibly needs changing in check\_mode), when in diff mode .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.amq.activemq_facts_module__attribute-facts: .. rst-class:: ansible-option-title **facts** .. raw:: html .. raw:: html
- .. raw:: html
:ansible-attribute-support-label:`Support: \ `\ :ansible-attribute-support-full:`full` .. raw:: html
- .. raw:: html
Action returns an :literal:`ansible\_facts` dictionary that will update existing host facts .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.amq.activemq_facts_module__attribute-platform: .. rst-class:: ansible-option-title **platform** .. raw:: html .. raw:: html
- .. raw:: html
:ansible-attribute-support-property:`Platforms:` |antsibull-internal-nbsp|:ansible-attribute-support-full:`all` .. raw:: html
- .. raw:: html
Target OS/families that can be operated against .. raw:: html
.. Notes .. Seealso .. Examples Examples -------- .. code-block:: yaml+jinja - name: Populate activemq facts middleware_automation.amq.activemq_facts: - name: Print activemq service facts ansible.builtin.debug: var: ansible_facts.activemq .. Facts Returned Facts -------------- Facts returned by this module are added/updated in the ``hostvars`` host facts and can be referenced by name just like any other host fact. They do not need to be registered in order to use them. .. raw:: html

Key

Description

activemq

dictionary

The factual representation of an activemq instance configuration.

Returned: always

.. Return values .. Status (Presently only deprecated) .. Authors Authors ~~~~~~~ - Guido Grazioli (@guidograzioli) .. Extra links .. Parsing errors