�
�Udac @ s4 i d d 6d g d 6d d 6Z d Z d Z d Z d S(
s 1.1t metadata_versiont previewt statust communityt supported_bys�
---
module: win_rabbitmq_plugin
short_description: Manage RabbitMQ plugins
description:
- Manage RabbitMQ plugins.
version_added: "2.4"
options:
names:
description:
- Comma-separated list of plugin names.
type: str
required: yes
aliases: [ name ]
new_only:
description:
- Only enable missing plugins.
- Does not disable plugins that are not in the names list.
type: bool
default: no
state:
description:
- Specify if plugins are to be enabled or disabled.
type: str
choices: [ disabled, enabled ]
default: enabled
prefix:
description:
- Specify a custom install prefix to a Rabbit.
type: str
author:
- Artem Zinenko (@ar7z1)
sy
- name: Enables the rabbitmq_management plugin
win_rabbitmq_plugin:
names: rabbitmq_management
state: enabled
s
enabled:
description: List of plugins enabled during task run.
returned: always
type: list
sample: ["rabbitmq_management"]
disabled:
description: List of plugins disabled during task run.
returned: always
type: list
sample: ["rabbitmq_management"]
N( t ANSIBLE_METADATAt
DOCUMENTATIONt EXAMPLESt RETURN( ( ( sO /usr/lib/python2.7/site-packages/ansible/modules/windows/win_rabbitmq_plugin.pyt <module> s
"
Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]