Rabbitmq-cli-consumer
This role installs a RabbitMQ cli consumer written in Go.
Installation
This role requires at least Ansible v1.9
. To install it, run:
ansible-galaxy install DimitriSteyaert/rabbitmq-cli-consumer
Role dependencies
DimitriSteyaert/golang
Role variables
List of default variables available in the inventory:
---
rabbitmq_cli_consumer_state: present
rabbitmq_cli_consumer_purge: no
Detailed usage guide
Not much to tell about this role. You can either define to install or remove this tool from your system by modifying the variables.
Examples
This is a basic playbook to install RabbitMQ cli consumer with the default variables:
---
- hosts: all
roles:
- rabbitmq-cli-consumer
Authors and license
The rabbitmq-cli-consumer
role was written by:
License: MIT
README generated by Ansigenome.