--- # 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