mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-01 13:59:09 -07:00
Native YAML - messaging (#3599)
This commit is contained in:
parent
5209969a7c
commit
8a6df38cc5
8 changed files with 60 additions and 26 deletions
|
@ -80,10 +80,14 @@ options:
|
|||
|
||||
EXAMPLES = '''
|
||||
# Create direct exchange
|
||||
- rabbitmq_exchange: name=directExchange
|
||||
- rabbitmq_exchange:
|
||||
name: directExchange
|
||||
|
||||
# Create topic exchange on vhost
|
||||
- rabbitmq_exchange: name=topicExchange type=topic vhost=myVhost
|
||||
- rabbitmq_exchange:
|
||||
name: topicExchange
|
||||
type: topic
|
||||
vhost: myVhost
|
||||
'''
|
||||
|
||||
import requests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue