Go to file
Jesse Pretorius bc411c677a Ensure that SSL key/cert contents distribute correctly
Currently the contents of the key file are 'rabbitmq_ssl_key_fact'
instead of the actual key and the same goes for the cert.

This patch ensures that the contents of the file are the actual
contents of the fact, not just the fact name.

Change-Id: I3ce18697fa1d6e25678ec624f4e554ed1ff904d6
2016-01-05 12:43:50 +00:00
2015-12-09 09:25:11 -06:00
2015-12-09 09:25:11 -06:00
2015-12-09 09:25:11 -06:00
2015-12-09 09:25:11 -06:00
2015-12-09 09:25:11 -06:00
2015-12-10 20:16:01 -06:00
2015-12-10 20:16:01 -06:00
2015-12-10 20:16:01 -06:00
2015-12-09 09:25:11 -06:00
2015-12-09 09:25:11 -06:00
2015-12-09 09:25:11 -06:00
2015-12-09 09:25:11 -06:00
2015-12-09 09:25:11 -06:00
2015-12-09 09:25:11 -06:00
2015-12-18 15:38:45 -05: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 }}"
Description
Role rabbitmq_server for OpenStack-Ansible
Readme 7.4 MiB
Languages
Python 69.3%
Jinja 30.1%
Shell 0.6%