net2grid.rabbitmq-config

rabbitmq-config

This role configures a RabbitMQ cluster

Requirements

All dependencies are listed in the metadata file.

Role Variables

The following variables can be passed to this role:

# The credentials for the RabbitMQ server we're configuring
rabbitmq_config_user: admin
rabbitmq_config_password: admin
rabbitmq_config_host: localhost

# Exchanges
rabbitmq_config_exchanges:
  - name: hello_world
    exchange_type: topic

# Queues
rabbitmq_config_queues:
  - name: hello_world
    durable: true
    message_ttl: 60000

# Bindings
rabbitmq_config_bindings:
  - name: hello_world
    destination: hello_world
    destination_type: queue

License

MIT

Author Information

  • Remco Brink, NET2GRID
About

An Ansible role for configuring a RabbitMQ cluster

Install
ansible-galaxy install net2grid.rabbitmq-config
GitHub repository
License
mit
Downloads
199
Owner
We empower energy retailers to help consumers become energy efficient by unlocking value from Smart Meter data