kevin 980938ab01 Fixes RabbitMQ guest user creation
This change removes the "guest" user. This patch fixes an issues
where the guest user was not being cared by default which could
leave a deployment vulnerable to should someone gain access to the
internal network that the messaging system runs within. To fix this
issue the guest user is simply being removed as its not needed by the
rest of the stack.

Closes-Bug: #1466982
Change-Id: I81f9295daf7923b828ad884b6707bb3f74b0684a
2015-07-06 10:59:56 -05:00
..
2015-06-18 17:12:37 +00:00
2015-05-08 13:22:42 -05:00
2015-07-06 10:59:56 -05:00
2015-06-10 02:09:18 +00:00

OpenStack rabbitmq server

tags

openstack, rabbitmq, server, cloud, ansible

category

*nix

Role to deploy rabbitmq and cluster it when there are more than one nodes.

- name: Install rabbitmq server
  hosts: rabbitmq_all
  max_fail_percentage: 20
  user: root
  roles:
    - { role: "rabbitmq_server", tags: [ "rabbitmq-server" ] }
  vars:
    rabbitmq_cookie_token: secrete
    container_address: "{{ ansible_ssh_host }}"