bc411c677a4aef36817d990f8849d8d8d8befea3
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
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
Languages
Python
69.3%
Jinja
30.1%
Shell
0.6%