Skip to content

yuriysklyarenko/ansible-role-rabbitmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Role: RabbitMQ

Installs RabbitMQ service on RHEL/CentOS. RabbitMQ is an open-source message-broker software that originally implemented the Advanced Message Queuing Protocol (AMQP). Currently this role provides a possibility to install RabbitMQ server and create virtualhosts and users.

Requirements

None.

Role Variables

An example of configuration:

use_classyllama_rabbitmq: true
rabbitmq_vhosts:
  - name: production
  - name: staging
rabbitmq_users:
  - user: production
    password: changeme
    vhost: production
  - user: staging
    password: changeme
    vhost: staging
  - user: manager
    password: rabbitmqmgr
    tags: management

See defaults/main.yml for details.

Dependencies

  • classyllama.rabbitmq

Example Playbook

- hosts: all
  roles:
     - { role: classyllama.rabbitmq, tags: rabbitmq, when: use_classyllama_rabbitmq | default(false) }

License

This work is licensed under the MIT license. See LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published