Skip to content

Commit edddbc7

Browse files
committed
chore(rabbitmq_plugin): add example for node arg
1 parent 2ca7511 commit edddbc7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

plugins/modules/rabbitmq_plugin.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
default: "no"
3232
node:
3333
description:
34-
- erlang node name of the rabbit we wish to configure
34+
- Erlang node name of the rabbit we wish to configure
3535
type: str
3636
default: rabbit
3737
state:
@@ -79,6 +79,12 @@
7979
names: rabbitmq_peer_discovery_aws_plugin
8080
state: enabled
8181
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
8288
'''
8389

8490
RETURN = r'''

0 commit comments

Comments
 (0)