We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca7511 commit edddbc7Copy full SHA for edddbc7
plugins/modules/rabbitmq_plugin.py
@@ -31,7 +31,7 @@
31
default: "no"
32
node:
33
description:
34
- - erlang node name of the rabbit we wish to configure
+ - Erlang node name of the rabbit we wish to configure
35
type: str
36
default: rabbit
37
state:
@@ -79,6 +79,12 @@
79
names: rabbitmq_peer_discovery_aws_plugin
80
state: enabled
81
broker_state: offline
82
+
83
+- name: Enables plugin with custom node name
84
+ community.rabbitmq.rabbitmq_plugin:
85
+ names: rabbitmq_management
86
+ state: enabled
87
+ node: bunny
88
'''
89
90
RETURN = r'''
0 commit comments