Skip to content

Commit

Permalink
chore(rabbitmq_plugin): add example for node arg
Browse files Browse the repository at this point in the history
  • Loading branch information
rockandska committed Nov 2, 2021
1 parent 2ca7511 commit e129073
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion plugins/modules/rabbitmq_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
default: "no"
node:
description:
- erlang node name of the rabbit we wish to configure
- Erlang node name of the rabbit we wish to configure.
type: str
default: rabbit
state:
Expand Down Expand Up @@ -79,6 +79,12 @@
names: rabbitmq_peer_discovery_aws_plugin
state: enabled
broker_state: offline
- name: Enables plugin with custom node name
community.rabbitmq.rabbitmq_plugin:
names: rabbitmq_management
state: enabled
node: bunny
'''

RETURN = r'''
Expand Down

0 comments on commit e129073

Please sign in to comment.