Ansible roles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
383 B

---
# Plain TCP port
rabbitmq_port: 5672
# Access to the plain port
rabbitmq_src_ip: []
# HTTP API / Web management interface
rabbitmq_web_port: 15672
rabbitmq_web_src_ip: []
# Should the guest user available from anywhere ? If False, it'll only be accepted from loopback
rabbitmq_guest_from_anywhere: False
# List of plugins to enable
rabbitmq_plugins:
- rabbitmq_management