.. Document meta :orphan: .. |antsibull-internal-nbsp| unicode:: 0xA0 :trim: .. role:: ansible-attribute-support-label .. role:: ansible-attribute-support-property .. role:: ansible-attribute-support-full .. role:: ansible-attribute-support-partial .. role:: ansible-attribute-support-none .. role:: ansible-attribute-support-na .. role:: ansible-option-type .. role:: ansible-option-elements .. role:: ansible-option-required .. role:: ansible-option-versionadded .. role:: ansible-option-aliases .. role:: ansible-option-choices .. role:: ansible-option-choices-entry .. role:: ansible-option-default .. role:: ansible-option-default-bold .. role:: ansible-option-configuration .. role:: ansible-option-returned-bold .. role:: ansible-option-sample-bold .. Anchors .. _ansible_collections.middleware_automation.jcliff.jcliff_module: .. Anchors: short name for ansible.builtin .. Anchors: aliases .. Title middleware_automation.jcliff.jcliff module -- Manages the configuration of Wildfly / JBoss EAP servers ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ .. Collection note .. note:: This module is part of the `middleware_automation.jcliff collection `_ (version 0.0.23). To install it, use: :code:`ansible-galaxy collection install middleware\_automation.jcliff`. To use it in a playbook, specify: :code:`middleware_automation.jcliff.jcliff`. .. version_added .. contents:: :local: :depth: 1 .. Deprecated Synopsis -------- .. Description - Wraps the JCliff Java utility tool in order to support fine grained tuning of Wildfly / JBoss EAP server configuration in Ansible. .. note:: This module has a corresponding :ref:`action plugin `. .. Aliases .. Requirements .. Options Parameters ---------- .. rst-class:: ansible-option-table .. list-table:: :width: 100% :widths: auto :header-rows: 1 * - Parameter - Comments * - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems: .. rst-class:: ansible-option-title **components** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-aliases:`aliases: subsystems` .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Wildfly or JBoss EAP Subsystems or configuration component .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/datasources: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/datasources: .. rst-class:: ansible-option-title **datasources** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Datasource configurations. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/datasources/check_valid_connection_sql: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/datasources/check_valid_connection_sql: .. rst-class:: ansible-option-title **check_valid_connection_sql** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Datasource SQL query for checking a valid connection. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`"undefined"` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/datasources/connection_url: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/datasources/connection_url: .. rst-class:: ansible-option-title **connection_url** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Connection URL. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/datasources/driver_name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/datasources/driver_name: .. rst-class:: ansible-option-title **driver_name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Name of the driver. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/datasources/enabled: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/datasources/enabled: .. rst-class:: ansible-option-title **enabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Whether the datasource is enabled. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`"true"` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/datasources/idle_timeout_minutes: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/datasources/idle_timeout_minutes: .. rst-class:: ansible-option-title **idle_timeout_minutes** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Datasource idle timeout minutes. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`"undefined"` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/datasources/jndi_name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/datasources/jndi_name: .. rst-class:: ansible-option-title **jndi_name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
JNDI name. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/datasources/max_pool_size: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/datasources/max_pool_size: .. rst-class:: ansible-option-title **max_pool_size** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Datasource maximum pool size. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`"undefined"` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/datasources/min_pool_size: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/datasources/min_pool_size: .. rst-class:: ansible-option-title **min_pool_size** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Datasource minimum pool size. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`"undefined"` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/datasources/name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/datasources/name: .. rst-class:: ansible-option-title **name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Datasource name. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/datasources/password: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/datasources/password: .. rst-class:: ansible-option-title **password** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Datasource password. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/datasources/pool_name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/datasources/pool_name: .. rst-class:: ansible-option-title **pool_name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Name of the datasource pool. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/datasources/query_timeout: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/datasources/query_timeout: .. rst-class:: ansible-option-title **query_timeout** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Datasource query timeout. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`"undefined"` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/datasources/use_java_context: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/datasources/use_java_context: .. rst-class:: ansible-option-title **use_java_context** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Use the Java context. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`"true"` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/datasources/user_name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/datasources/user_name: .. rst-class:: ansible-option-title **user_name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Datasource user name. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/datasources/validate_on_match: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/datasources/validate_on_match: .. rst-class:: ansible-option-title **validate_on_match** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Datasource validate on match. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`"undefined"` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/deployments: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/deployments: .. rst-class:: ansible-option-title **deployments** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Deployments. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/deployments/disabled: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/deployments/disabled: .. rst-class:: ansible-option-title **disabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Adds to the repository in a disabled state. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/deployments/name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/deployments/name: .. rst-class:: ansible-option-title **name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Name of the deployment. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/deployments/path: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/deployments/path: .. rst-class:: ansible-option-title **path** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Path to the deployment. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/deployments/replace_name_regex: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/deployments/replace_name_regex: .. rst-class:: ansible-option-title **replace_name_regex** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Regex pattern to replace the deployment if the value matches the name. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/deployments/replace_runtime_name_regex: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/deployments/replace_runtime_name_regex: .. rst-class:: ansible-option-title **replace_runtime_name_regex** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Regex pattern to replace the deployment if the value matches the runtime name. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/deployments/runtime_name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/deployments/runtime_name: .. rst-class:: ansible-option-title **runtime_name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Runtime of the deployment. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/deployments/unmanaged: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/deployments/unmanaged: .. rst-class:: ansible-option-title **unmanaged** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Specifies whether the deployment should be managed. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/drivers: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/drivers: .. rst-class:: ansible-option-title **drivers** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
JDBC driver configurations. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/drivers/driver_class_name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/drivers/driver_class_name: .. rst-class:: ansible-option-title **driver_class_name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Driver class name. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`"undefined"` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/drivers/driver_datasource_class_name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/drivers/driver_datasource_class_name: .. rst-class:: ansible-option-title **driver_datasource_class_name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Class name for the datasource. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`"undefined"` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/drivers/driver_module_name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/drivers/driver_module_name: .. rst-class:: ansible-option-title **driver_module_name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Name of the driver module. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/drivers/driver_name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/drivers/driver_name: .. rst-class:: ansible-option-title **driver_name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Name of the driver. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/drivers/driver_xa_datasource_class_name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/drivers/driver_xa_datasource_class_name: .. rst-class:: ansible-option-title **driver_xa_datasource_class_name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Class name for the XA datasource. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`"undefined"` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/drivers/module_slot: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/drivers/module_slot: .. rst-class:: ansible-option-title **module_slot** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Name of the module slot. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`"undefined"` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/interfaces: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/interfaces: .. rst-class:: ansible-option-title **interfaces** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Interface. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/interfaces/any_address: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/interfaces/any_address: .. rst-class:: ansible-option-title **any_address** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Sockets using this interface should be bound to a wildcard address .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/interfaces/inet_address: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/interfaces/inet_address: .. rst-class:: ansible-option-title **inet_address** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Whether or not the address matches the given value .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/interfaces/link_local_address: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/interfaces/link_local_address: .. rst-class:: ansible-option-title **link_local_address** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Part of the selection criteria for choosing an IP address for this interface should be whether or not the address is link-local .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/interfaces/loopback: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/interfaces/loopback: .. rst-class:: ansible-option-title **loopback** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Part of the selection criteria for choosing an IP address for this interface should be whether or not it is a loopback address .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/interfaces/loopback_address: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/interfaces/loopback_address: .. rst-class:: ansible-option-title **loopback_address** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Value indicating that the IP address for this interface should be the given value, if a loopback interface exists on the machine .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/interfaces/multicast: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/interfaces/multicast: .. rst-class:: ansible-option-title **multicast** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Whether or not its network interface supports multicast .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/interfaces/name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/interfaces/name: .. rst-class:: ansible-option-title **name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Name of the interface .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/interfaces/nic: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/interfaces/nic: .. rst-class:: ansible-option-title **nic** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Part of the selection criteria for choosing an IP address for this interface should be whether its network interface has the given name .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/interfaces/nic_match: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/interfaces/nic_match: .. rst-class:: ansible-option-title **nic_match** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Whether its network interface has a name that matches the given regular expression .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/interfaces/point_to_point: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/interfaces/point_to_point: .. rst-class:: ansible-option-title **point_to_point** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Whether or not its network interface is a point-to-point interface .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/interfaces/public_address: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/interfaces/public_address: .. rst-class:: ansible-option-title **public_address** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Whether or not it is a publicly routable address .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/interfaces/resolved_address: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/interfaces/resolved_address: .. rst-class:: ansible-option-title **resolved_address** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
The resolved ip address for this interface .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/interfaces/site_local_address: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/interfaces/site_local_address: .. rst-class:: ansible-option-title **site_local_address** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Whether or it is a site-local address .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/interfaces/subnet_match: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/interfaces/subnet_match: .. rst-class:: ansible-option-title **subnet_match** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Whether or it the address fits in the given subnet definition. Value is a network IP address and the number of bits in the address .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/interfaces/up: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/interfaces/up: .. rst-class:: ansible-option-title **up** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Whether its network interface is currently up .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/interfaces/virtual: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/interfaces/virtual: .. rst-class:: ansible-option-title **virtual** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Whether its network interface is a virtual interface .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/keycloak: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/keycloak: .. rst-class:: ansible-option-title **keycloak** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Keycloak. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/keycloak/secure_deployment: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/keycloak/secure_deployment: .. rst-class:: ansible-option-title **secure_deployment** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
List of applications to secure using Keycloak. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/keycloak/secure_deployment/auth_server_url: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/keycloak/secure_deployment/auth_server_url: .. rst-class:: ansible-option-title **auth_server_url** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Base URL of the Keycloak server. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/keycloak/secure_deployment/credential: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/keycloak/secure_deployment/credential: .. rst-class:: ansible-option-title **credential** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
The secure value for the application. If not provided, it is setup as a public client. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/keycloak/secure_deployment/deployment_name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/keycloak/secure_deployment/deployment_name: .. rst-class:: ansible-option-title **deployment_name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Name of the deployment. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/keycloak/secure_deployment/disable_trust_manager: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/keycloak/secure_deployment/disable_trust_manager: .. rst-class:: ansible-option-title **disable_trust_manager** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Should only be used during development and NEVER in production as it will disable verification of SSL certificates. Default false. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/keycloak/secure_deployment/realm: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/keycloak/secure_deployment/realm: .. rst-class:: ansible-option-title **realm** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Name of the Keycloak realm. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/keycloak/secure_deployment/resource: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/keycloak/secure_deployment/resource: .. rst-class:: ansible-option-title **resource** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
The client-id of the application. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/keycloak/secure_deployment/ssl_required: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/keycloak/secure_deployment/ssl_required: .. rst-class:: ansible-option-title **ssl_required** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Ensures that communication to and from the Keycloak server is over HTTPS. Default external. Possible values all external none. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/keycloak/secure_deployment/use_resource_role_mappings: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/keycloak/secure_deployment/use_resource_role_mappings: .. rst-class:: ansible-option-title **use_resource_role_mappings** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Whether the adapter will look inside the token for application level role mappings for the user. The default value is false. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/keycloak/secure_deployment/verify_token_audience: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/keycloak/secure_deployment/verify_token_audience: .. rst-class:: ansible-option-title **verify_token_audience** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Whether the adapter will verify whether the token contains this client name (resource) as an audience. Default is false. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/logging: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/logging: .. rst-class:: ansible-option-title **logging** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
logger. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/logging/level: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/logging/level: .. rst-class:: ansible-option-title **level** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Replace level with log level that is to be set .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/logging/name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/logging/name: .. rst-class:: ansible-option-title **name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Replace name with name of the log category .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/mail: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/mail: .. rst-class:: ansible-option-title **mail** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
mail. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/mail/from_email: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/mail/from_email: .. rst-class:: ansible-option-title **from_email** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Replace from\_email with email id. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/mail/jndi_name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/mail/jndi_name: .. rst-class:: ansible-option-title **jndi_name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Set jndi\_name, for ex. java:jboss/mail/testSession .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/mail/name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/mail/name: .. rst-class:: ansible-option-title **name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Replace name with subject. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/mail/outbound_socket_binding_ref: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/mail/outbound_socket_binding_ref: .. rst-class:: ansible-option-title **outbound_socket_binding_ref** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Set outbound\_socket\_binding\_ref, for ex. mail-smtp .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/mail/ssl: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/mail/ssl: .. rst-class:: ansible-option-title **ssl** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Set ssl .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq: .. rst-class:: ansible-option-title **messaging_activemq** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
Create messaging activemq. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/address_setting: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/address_setting: .. rst-class:: ansible-option-title **address_setting** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Configure address setting .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/address_setting/dead_letter_address: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/address_setting/dead_letter_address: .. rst-class:: ansible-option-title **dead_letter_address** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Sets the dead-letter-address. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/address_setting/expiry_address: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/address_setting/expiry_address: .. rst-class:: ansible-option-title **expiry_address** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Sets the expiry-address. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/address_setting/max_delivery_attempts: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/address_setting/max_delivery_attempts: .. rst-class:: ansible-option-title **max_delivery_attempts** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Sets max number of delivery attempts. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/address_setting/name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/address_setting/name: .. rst-class:: ansible-option-title **name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Enter the details of address setting. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/address_setting/redelivery_delay: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/address_setting/redelivery_delay: .. rst-class:: ansible-option-title **redelivery_delay** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Sets the redelivery-delay. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/bridge: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/bridge: .. rst-class:: ansible-option-title **bridge** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Configure bridge .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/bridge/discovery_group: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/bridge/discovery_group: .. rst-class:: ansible-option-title **discovery_group** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
discovery group .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/bridge/name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/bridge/name: .. rst-class:: ansible-option-title **name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Logical name of the bridge .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/bridge/queue_name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/bridge/queue_name: .. rst-class:: ansible-option-title **queue_name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
queue name .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/bridge/static_connectors: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/bridge/static_connectors: .. rst-class:: ansible-option-title **static_connectors** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
static connectors .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/connection_factory: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/connection_factory: .. rst-class:: ansible-option-title **connection_factory** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Configure connection factory. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/connection_factory/connectors: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/connection_factory/connectors: .. rst-class:: ansible-option-title **connectors** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=string` .. raw:: html
- .. raw:: html
Legacy entries .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/connection_factory/discovery_group: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/connection_factory/discovery_group: .. rst-class:: ansible-option-title **discovery_group** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
discovery group .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/connection_factory/entries: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/connection_factory/entries: .. rst-class:: ansible-option-title **entries** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Enter the required entries .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/connection_factory/name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/connection_factory/name: .. rst-class:: ansible-option-title **name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Logical name of the connection factory .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/connector: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/connector: .. rst-class:: ansible-option-title **connector** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Configure connector. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/connector/factory_class: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/connector/factory_class: .. rst-class:: ansible-option-title **factory_class** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
factory class .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/connector/name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/connector/name: .. rst-class:: ansible-option-title **name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Logical name of the connector. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/in_vm_acceptor: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/in_vm_acceptor: .. rst-class:: ansible-option-title **in_vm_acceptor** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Configure in vm acceptor .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/in_vm_acceptor/name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/in_vm_acceptor/name: .. rst-class:: ansible-option-title **name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Enter the details of in vm acceptor. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/in_vm_acceptor/server_id: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/in_vm_acceptor/server_id: .. rst-class:: ansible-option-title **server_id** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Enter the details of server id. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/jms_queue: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/jms_queue: .. rst-class:: ansible-option-title **jms_queue** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Create JMS queue .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/jms_queue/durable: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/jms_queue/durable: .. rst-class:: ansible-option-title **durable** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Enter if it is durable or not. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/jms_queue/entries: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/jms_queue/entries: .. rst-class:: ansible-option-title **entries** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Enter the required entries. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/jms_queue/headers: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/jms_queue/headers: .. rst-class:: ansible-option-title **headers** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
headers .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/jms_queue/legacy_entries: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/jms_queue/legacy_entries: .. rst-class:: ansible-option-title **legacy_entries** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Legacy entries .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/jms_queue/name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/jms_queue/name: .. rst-class:: ansible-option-title **name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Logical name of the jms queue .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/jms_queue/selector: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/jms_queue/selector: .. rst-class:: ansible-option-title **selector** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
seclecor .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/jms_topic: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/jms_topic: .. rst-class:: ansible-option-title **jms_topic** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Configure jms topic. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/jms_topic/entries: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/jms_topic/entries: .. rst-class:: ansible-option-title **entries** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Enter the required entries. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/jms_topic/headers: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/jms_topic/headers: .. rst-class:: ansible-option-title **headers** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
headers .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/jms_topic/legacy_entries: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/jms_topic/legacy_entries: .. rst-class:: ansible-option-title **legacy_entries** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Legacy entries .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/jms_topic/name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/jms_topic/name: .. rst-class:: ansible-option-title **name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Logical name of the jms topic. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/pooled_connection_factory: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/pooled_connection_factory: .. rst-class:: ansible-option-title **pooled_connection_factory** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Configure pooled connection factory .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/pooled_connection_factory/connector: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/pooled_connection_factory/connector: .. rst-class:: ansible-option-title **connector** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Enter the details of connector. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/pooled_connection_factory/discovery: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/pooled_connection_factory/discovery: .. rst-class:: ansible-option-title **discovery** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Enter the details of discovery. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/pooled_connection_factory/entries: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/pooled_connection_factory/entries: .. rst-class:: ansible-option-title **entries** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Enter entries. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/pooled_connection_factory/name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/pooled_connection_factory/name: .. rst-class:: ansible-option-title **name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Enter the details of pooled connection factory. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/remote_acceptor: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/remote_acceptor: .. rst-class:: ansible-option-title **remote_acceptor** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Configure remote acceptor .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/remote_acceptor/name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/remote_acceptor/name: .. rst-class:: ansible-option-title **name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Enter the details of remote acceptor. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/remote_connector: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/remote_connector: .. rst-class:: ansible-option-title **remote_connector** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Configure remote connector .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/remote_connector/name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/remote_connector/name: .. rst-class:: ansible-option-title **name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Enter the details of remote acceptor. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/remote_connector/socket_binding: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/remote_connector/socket_binding: .. rst-class:: ansible-option-title **socket_binding** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Enter the details of socket binding. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/security_setting: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/security_setting: .. rst-class:: ansible-option-title **security_setting** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Configure security setting .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/security_setting/consume: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/security_setting/consume: .. rst-class:: ansible-option-title **consume** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Consume .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/security_setting/create_durable_queue: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/security_setting/create_durable_queue: .. rst-class:: ansible-option-title **create_durable_queue** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
create\_durable\_queue .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/security_setting/create_non_durable_queue: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/security_setting/create_non_durable_queue: .. rst-class:: ansible-option-title **create_non_durable_queue** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
create\_non\_durable\_queue .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/security_setting/delete_durable_queue: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/security_setting/delete_durable_queue: .. rst-class:: ansible-option-title **delete_durable_queue** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
delete\_durable\_queue .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/security_setting/delete_non_durable_queue: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/security_setting/delete_non_durable_queue: .. rst-class:: ansible-option-title **delete_non_durable_queue** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
delete\_non\_durable\_queue .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/security_setting/manage: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/security_setting/manage: .. rst-class:: ansible-option-title **manage** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
manage .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/security_setting/name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/security_setting/name: .. rst-class:: ansible-option-title **name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Logical name of the bridge .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/security_setting/send: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/security_setting/send: .. rst-class:: ansible-option-title **send** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
enter details to send .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/server_property: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/server_property: .. rst-class:: ansible-option-title **server_property** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Creates and sets messaging-activemq server properties. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/server_property/name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/server_property/name: .. rst-class:: ansible-option-title **name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Name of property. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/messaging_activemq/server_property/value: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/messaging_activemq/server_property/value: .. rst-class:: ansible-option-title **value** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Value of property. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/modcluster: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/modcluster: .. rst-class:: ansible-option-title **modcluster** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
Manage Modcluster. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/modcluster/proxy: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/modcluster/proxy: .. rst-class:: ansible-option-title **proxy** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Modcluster proxy. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/modcluster/proxy/advertise: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/modcluster/proxy/advertise: .. rst-class:: ansible-option-title **advertise** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Whether to enable multicast-based advertise mechanism. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/modcluster/proxy/advertise_security_key: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/modcluster/proxy/advertise_security_key: .. rst-class:: ansible-option-title **advertise_security_key** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
If specified, reverse proxy advertisements checksums will be verified using this value as a salt. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/modcluster/proxy/advertise_socket: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/modcluster/proxy/advertise_socket: .. rst-class:: ansible-option-title **advertise_socket** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Name of socket binding to use for the advertise socket. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/modcluster/proxy/auto_enable_contexts: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/modcluster/proxy/auto_enable_contexts: .. rst-class:: ansible-option-title **auto_enable_contexts** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
If false, the contexts are registered with the reverse proxy as disabled. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/modcluster/proxy/balancer: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/modcluster/proxy/balancer: .. rst-class:: ansible-option-title **balancer** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
The name of the balancer on the reverse proxy to register with. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/modcluster/proxy/excluded_contexts: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/modcluster/proxy/excluded_contexts: .. rst-class:: ansible-option-title **excluded_contexts** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
List of contexts to exclude from registration with the reverse proxies. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/modcluster/proxy/flush_packets: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/modcluster/proxy/flush_packets: .. rst-class:: ansible-option-title **flush_packets** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Whether to enable packet flushing on the reverse proxy. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/modcluster/proxy/flush_wait: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/modcluster/proxy/flush_wait: .. rst-class:: ansible-option-title **flush_wait** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Time to wait before flushing packets on the reverse proxy. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/modcluster/proxy/listener: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/modcluster/proxy/listener: .. rst-class:: ansible-option-title **listener** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
The name of Undertow listener that will be registered with the reverse proxy. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/modcluster/proxy/load_balancing_group: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/modcluster/proxy/load_balancing_group: .. rst-class:: ansible-option-title **load_balancing_group** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Name of the load balancing group this node belongs to. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/modcluster/proxy/max_attempts: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/modcluster/proxy/max_attempts: .. rst-class:: ansible-option-title **max_attempts** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Maximum number of failover attempts by reverse proxy when sending the request to the backend server. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/modcluster/proxy/name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/modcluster/proxy/name: .. rst-class:: ansible-option-title **name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Logical name of the modcluster proxy. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/modcluster/proxy/node_timeout: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/modcluster/proxy/node_timeout: .. rst-class:: ansible-option-title **node_timeout** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Timeout (in seconds) for proxy connections to a node. Time mod\_cluster will wait for the back-end response before returning an error. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/modcluster/proxy/ping: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/modcluster/proxy/ping: .. rst-class:: ansible-option-title **ping** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Number of seconds for which to wait for a pong answer to a ping. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/modcluster/proxy/proxies: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/modcluster/proxy/proxies: .. rst-class:: ansible-option-title **proxies** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=string` .. raw:: html
- .. raw:: html
List of reverse proxies for mod\_cluster to register with defined by 'outbound-socket-binding' in 'socket-binding-group'. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/modcluster/proxy/proxy_list: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/modcluster/proxy/proxy_list: .. rst-class:: ansible-option-title **proxy_list** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
List of reverse proxies to register with. Format (hostname:port) separated with commas. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/modcluster/proxy/proxy_url: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/modcluster/proxy/proxy_url: .. rst-class:: ansible-option-title **proxy_url** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Base URL for MCMP requests. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/modcluster/proxy/session_draining_strategy: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/modcluster/proxy/session_draining_strategy: .. rst-class:: ansible-option-title **session_draining_strategy** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Session draining strategy used during undeployment of a web application. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/modcluster/proxy/simple_load_provider: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/modcluster/proxy/simple_load_provider: .. rst-class:: ansible-option-title **simple_load_provider** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Simple load provider returns constant pre-configured load balancing factor. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/modcluster/proxy/smax: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/modcluster/proxy/smax: .. rst-class:: ansible-option-title **smax** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Soft maximum idle connection count for reverse proxy. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/modcluster/proxy/socket_timeout: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/modcluster/proxy/socket_timeout: .. rst-class:: ansible-option-title **socket_timeout** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Timeout to wait for the reverse proxy to answer a MCMP message. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/modcluster/proxy/ssl_context: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/modcluster/proxy/ssl_context: .. rst-class:: ansible-option-title **ssl_context** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Reference to the SSLContext to be used by mod\_cluster. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/modcluster/proxy/status_interval: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/modcluster/proxy/status_interval: .. rst-class:: ansible-option-title **status_interval** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Number of seconds a STATUS message is sent from the application server to the proxy. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/modcluster/proxy/sticky_session: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/modcluster/proxy/sticky_session: .. rst-class:: ansible-option-title **sticky_session** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Indicates whether subsequent requests for a given session should be routed to the same node, if possible. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/modcluster/proxy/sticky_session_force: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/modcluster/proxy/sticky_session_force: .. rst-class:: ansible-option-title **sticky_session_force** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Whether the reverse proxy should run an error in the event that the balancer is unable to route a request to the node to which it is stuck. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/modcluster/proxy/sticky_session_remove: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/modcluster/proxy/sticky_session_remove: .. rst-class:: ansible-option-title **sticky_session_remove** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Whether the reverse proxy should remove session stickiness when the balancer is unable to route a request to the node to which it is stuck. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/modcluster/proxy/stop_context_timeout: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/modcluster/proxy/stop_context_timeout: .. rst-class:: ansible-option-title **stop_context_timeout** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Maximum time to wait for context to process pending requests. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/modcluster/proxy/ttl: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/modcluster/proxy/ttl: .. rst-class:: ansible-option-title **ttl** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Time to live (in seconds) for idle connections above smax. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/modcluster/proxy/worker_timeout: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/modcluster/proxy/worker_timeout: .. rst-class:: ansible-option-title **worker_timeout** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Number of seconds to wait for a worker to become available to handle a request. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/scanner: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/scanner: .. rst-class:: ansible-option-title **scanner** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
The deployment scanner is only used in standalone mode. It can be found in standalone.xml. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/scanner/name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/scanner/name: .. rst-class:: ansible-option-title **name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
The name of the scanner. It can be path, relative-to, scan-enabled, scan-interval, auto-deploy-zipped, auto-deploy-exploded, auto-deploy-xml, deployment-timeout .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/scanner/value: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/scanner/value: .. rst-class:: ansible-option-title **value** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
enter the respective value, corresponding to name. https://docs.jboss.org/infinispan/9.4/serverconfigdocs/jboss-as-deployment-scanner\_2\_0.html .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/standard_sockets: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/standard_sockets: .. rst-class:: ansible-option-title **standard_sockets** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` .. raw:: html
- .. raw:: html
Create Socket bindings. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/standard_sockets/remote_destination_outbound_socket_binding: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/standard_sockets/remote_destination_outbound_socket_binding: .. rst-class:: ansible-option-title **remote_destination_outbound_socket_binding** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Remote destination outbound socket binding. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/standard_sockets/remote_destination_outbound_socket_binding/fixed_source_port: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/standard_sockets/remote_destination_outbound_socket_binding/fixed_source_port: .. rst-class:: ansible-option-title **fixed_source_port** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Whether the port value should remain fixed even if numeric offsets are applied to the other outbound sockets in the socket group. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/standard_sockets/remote_destination_outbound_socket_binding/host: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/standard_sockets/remote_destination_outbound_socket_binding/host: .. rst-class:: ansible-option-title **host** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
The host name or the IP address of the remote destination to which this outbound socket will connect. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/standard_sockets/remote_destination_outbound_socket_binding/name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/standard_sockets/remote_destination_outbound_socket_binding/name: .. rst-class:: ansible-option-title **name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Logical name of the remote destination outbound socket configuration that should be used elsewhere in the configuration. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/standard_sockets/remote_destination_outbound_socket_binding/port: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/standard_sockets/remote_destination_outbound_socket_binding/port: .. rst-class:: ansible-option-title **port** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
The port number of the remote destination to which the outbound socket should connect. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/standard_sockets/remote_destination_outbound_socket_binding/source_interface: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/standard_sockets/remote_destination_outbound_socket_binding/source_interface: .. rst-class:: ansible-option-title **source_interface** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
The name of the interface which will be used for the source address of the outbound socket. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/standard_sockets/remote_destination_outbound_socket_binding/source_port: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/standard_sockets/remote_destination_outbound_socket_binding/source_port: .. rst-class:: ansible-option-title **source_port** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
The port number which will be used as the source port of the outbound socket. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/standard_sockets/socket_binding: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/standard_sockets/socket_binding: .. rst-class:: ansible-option-title **socket_binding** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Socket bindings. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/standard_sockets/socket_binding/interface: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/standard_sockets/socket_binding/interface: .. rst-class:: ansible-option-title **interface** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Logical name of the interface to which a socket based on this configuration should be bound. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/standard_sockets/socket_binding/multicast_address: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/standard_sockets/socket_binding/multicast_address: .. rst-class:: ansible-option-title **multicast_address** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
If the socket will be used for multicast, the multicast address to use. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/standard_sockets/socket_binding/multicast_port: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/standard_sockets/socket_binding/multicast_port: .. rst-class:: ansible-option-title **multicast_port** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
If the socket will be used for multicast, the multicast port to use. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/standard_sockets/socket_binding/name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/standard_sockets/socket_binding/name: .. rst-class:: ansible-option-title **name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Logical name of the socket configuration that should be used elsewhere in the configuration. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/standard_sockets/socket_binding/port: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/standard_sockets/socket_binding/port: .. rst-class:: ansible-option-title **port** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Base port to which a socket based on this configuration should be bound. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/system_properties: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/system_properties: .. rst-class:: ansible-option-title **system_properties** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
System properties. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/system_properties/name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/system_properties/name: .. rst-class:: ansible-option-title **name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
System property name. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/system_properties/value: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/system_properties/value: .. rst-class:: ansible-option-title **value** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
System property value. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/transactions: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/transactions: .. rst-class:: ansible-option-title **transactions** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Setting node-identifier .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/transactions/name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/transactions/name: .. rst-class:: ansible-option-title **name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Node-identifier .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/transactions/value: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/transactions/value: .. rst-class:: ansible-option-title **value** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
enter the respective value, corresponding to name. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/undertow: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/undertow: .. rst-class:: ansible-option-title **undertow** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Undertow configuration .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/undertow/configuration: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/undertow/configuration: .. rst-class:: ansible-option-title **configuration** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Configuration .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/undertow/configuration/filter: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/undertow/configuration/filter: .. rst-class:: ansible-option-title **filter** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
The type of filter to use .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/undertow/server: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/undertow/server: .. rst-class:: ansible-option-title **server** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
List of servers to setup using Undertow .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/undertow/server/host: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/undertow/server/host: .. rst-class:: ansible-option-title **host** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
List of hosts for this server .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/undertow/server/host/filter_ref: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/undertow/server/host/filter_ref: .. rst-class:: ansible-option-title **filter_ref** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Reference to the filtertype .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/undertow/server/host/filter_ref/gzipfilter: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/undertow/server/host/filter_ref/gzipfilter: .. rst-class:: ansible-option-title **gzipfilter** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
Gzip filter .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/undertow/server/host/filter_ref/gzipfilter/predicate: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/undertow/server/host/filter_ref/gzipfilter/predicate: .. rst-class:: ansible-option-title **predicate** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Predicate describing relevant requests for filtering .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/undertow/server/host/name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/undertow/server/host/name: .. rst-class:: ansible-option-title **name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Server name. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/undertow/server/name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/undertow/server/name: .. rst-class:: ansible-option-title **name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Server name. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/xadatasources: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/xadatasources: .. rst-class:: ansible-option-title **xadatasources** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`list` / :ansible-option-elements:`elements=dictionary` .. raw:: html
- .. raw:: html
XA Datasource configurations. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/xadatasources/background_validation: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/xadatasources/background_validation: .. rst-class:: ansible-option-title **background_validation** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Specifies that connections are validated on a background thread, rather than being validated prior to use. Mutually exclusive to validate-on-match. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/xadatasources/background_validation_millis: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/xadatasources/background_validation_millis: .. rst-class:: ansible-option-title **background_validation_millis** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
The background-validation-millis element specifies the amount of time, in milliseconds, that background validation will run. Changing this value require a server restart. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/xadatasources/check_valid_connection_sql: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/xadatasources/check_valid_connection_sql: .. rst-class:: ansible-option-title **check_valid_connection_sql** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Datasource SQL query for checking a valid connection. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`"undefined"` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/xadatasources/driver_name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/xadatasources/driver_name: .. rst-class:: ansible-option-title **driver_name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Name of the driver. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/xadatasources/enabled: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/xadatasources/enabled: .. rst-class:: ansible-option-title **enabled** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Whether the datasource is enabled. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`"true"` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/xadatasources/exception_sorter_class_name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/xadatasources/exception_sorter_class_name: .. rst-class:: ansible-option-title **exception_sorter_class_name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Which exception sorter class should be used. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`"undefined"` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/xadatasources/jndi_name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/xadatasources/jndi_name: .. rst-class:: ansible-option-title **jndi_name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
JNDI name. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/xadatasources/max_pool_size: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/xadatasources/max_pool_size: .. rst-class:: ansible-option-title **max_pool_size** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
The max-pool-size element specifies the maximum number of connections for a pool. No more connections will be created in each sub-pool .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/xadatasources/min_pool_size: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/xadatasources/min_pool_size: .. rst-class:: ansible-option-title **min_pool_size** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
The min-pool-size element specifies the minimum number of connections for a pool. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/xadatasources/name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/xadatasources/name: .. rst-class:: ansible-option-title **name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Datasource name. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/xadatasources/no_recovery: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/xadatasources/no_recovery: .. rst-class:: ansible-option-title **no_recovery** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Should datasource attempt recovery. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/xadatasources/password: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/xadatasources/password: .. rst-class:: ansible-option-title **password** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Datasource password. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/xadatasources/pool_name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/xadatasources/pool_name: .. rst-class:: ansible-option-title **pool_name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Name of the datasource pool. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/xadatasources/same_rm_override: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/xadatasources/same_rm_override: .. rst-class:: ansible-option-title **same_rm_override** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
The same-rm-override element allows one to unconditionally set whether the javax.transaction.xa.XAResource.isSameRM(XAResource) returns true or false. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-choices-entry:`false` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/xadatasources/use_java_context: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/xadatasources/use_java_context: .. rst-class:: ansible-option-title **use_java_context** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Use the Java context. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`"true"` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/xadatasources/user_name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/xadatasources/user_name: .. rst-class:: ansible-option-title **user_name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Datasource user name. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/xadatasources/valid_connection_checker_class_name: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/xadatasources/valid_connection_checker_class_name: .. rst-class:: ansible-option-title **valid_connection_checker_class_name** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
An org.jboss.jca.adapters.jdbc.ValidConnectionChecker that provides a SQLException isValidConnection(Connection e) method to validate is a connection is valid. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`"undefined"` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/xadatasources/validate_on_match: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/xadatasources/validate_on_match: .. rst-class:: ansible-option-title **validate_on_match** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
The validate-on-match element indicates whether or not connection level validation should be done when a connection factory attempts to match a managed connection for a given set. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`"undefined"` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/xadatasources/xa_datasource_class: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/xadatasources/xa_datasource_class: .. rst-class:: ansible-option-title **xa_datasource_class** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
The fully qualified name of the javax.sql.XADataSource implementation .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/xadatasources/xa_datasource_properties: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/xadatasources/xa_datasource_properties: .. rst-class:: ansible-option-title **xa_datasource_properties** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`dictionary` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Properties for XA datasource .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-components/xadatasources/xa_datasource_properties/url: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-subsystems/xadatasources/xa_datasource_properties/url: .. rst-class:: ansible-option-title **url** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
url for this datasource .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-debug_mode: .. rst-class:: ansible-option-title **debug_mode** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`boolean` .. raw:: html
- .. raw:: html
Debug output. .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-default-bold:`false` :ansible-option-default:`← (default)` - :ansible-option-choices-entry:`true` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-jcliff: .. rst-class:: ansible-option-title **jcliff** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Path to the the Jcliff utility. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`"/usr/bin/jcliff"` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-jcliff_home: .. rst-class:: ansible-option-title **jcliff_home** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Home directory for the Jcliff utility. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`"/usr/share/jcliff"` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-jcliff_jvm: .. rst-class:: ansible-option-title **jcliff_jvm** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Location of the Java JVM. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-management_host: .. rst-class:: ansible-option-title **management_host** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Management host. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`"localhost"` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-management_password: .. rst-class:: ansible-option-title **management_password** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Management password. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-management_port: .. rst-class:: ansible-option-title **management_port** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Management port. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`"9990"` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-management_username: .. rst-class:: ansible-option-title **management_username** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Management username. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-reconnect_delay: .. rst-class:: ansible-option-title **reconnect_delay** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Set jcliff reconnect delay .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`30000` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-remote_rulesdir: .. rst-class:: ansible-option-title **remote_rulesdir** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Location of the rules directory on the remote instance. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-rule_file: .. rst-class:: ansible-option-title **rule_file** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Name of the rules file. .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-rules_dir: .. rst-class:: ansible-option-title **rules_dir** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
Directory containing Jcliff rules. .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`"/usr/share/jcliff/rules"` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-state: .. rst-class:: ansible-option-title **state** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`string` .. raw:: html
- .. raw:: html
If 'present', configurations will be applied to the Wildfly/JBoss EAP server. If 'absent', configurations will be removed from the Wildfly/JBoss EAP server - this is NOT implemented yet! .. rst-class:: ansible-option-line :ansible-option-choices:`Choices:` - :ansible-option-default-bold:`present` :ansible-option-default:`← (default)` - :ansible-option-choices-entry:`absent` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-timeout: .. rst-class:: ansible-option-title **timeout** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-type:`integer` .. raw:: html
- .. raw:: html
Set jcliff timeout (how long a jcliff will allow a query to the server to last) .. rst-class:: ansible-option-line :ansible-option-default-bold:`Default:` :ansible-option-default:`30000` .. raw:: html
* - .. raw:: html
.. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-jboss_home: .. _ansible_collections.middleware_automation.jcliff.jcliff_module__parameter-wfly_home: .. rst-class:: ansible-option-title **wfly_home** .. raw:: html .. rst-class:: ansible-option-type-line :ansible-option-aliases:`aliases: jboss_home` .. rst-class:: ansible-option-type-line :ansible-option-type:`string` / :ansible-option-required:`required` .. raw:: html
- .. raw:: html
Home directory for the Wildfly or JBoss EAP server. .. raw:: html
.. Attributes .. Notes .. Seealso .. Examples Examples -------- .. code-block:: yaml+jinja - name: Configure Wildfly instance jcliff: wfly_home: "/opt/wildfly" subsystems: - system_properties: - name: jcliff.enabled value: 'enabled.plus' - datasources: - name: ExampleDS2 use_java_context: 'true' jndi_name: java:jboss/datasources/ExampleDS2 connection_url: "jdbc:h2:mem:test2;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE" driver_name: h2 .. Facts .. Return values .. Status (Presently only deprecated) .. Authors Authors ~~~~~~~ - Andrew Block (@sabre1041), Romain Pelisse (@rpelisse), Harsha Cherukuri (@hcheruku) .. Extra links Collection links ~~~~~~~~~~~~~~~~ .. raw:: html .. Parsing errors