8adfab58c02637fa2a0078fbf422c34e652edd88
Jesse Pretorius
8adfab58c0
Add ability to change apt/yum package state
The current method of installing the distribution packages required is set in the tasks and cannot be changed by a deployer. Currently the apt task always installs the latest package. This results in unexpected binary changes when a deployer may simply be trying to execute a configuration change. This patch adds the ability for a deployer to change the desired state so that the results are predictable. Change-Id: I3227dc6f15e0307926e65427bc635c34e2baa87f
OpenStack-Ansible RabbitMQ Server
This Ansible role deploys RabbitMQ. When multiple hosts are present in the rabbitmq_all inventory group a cluster will be created.
Default Variables
../../defaults/main.yml
Required Variables
# RabbitMQ cluster shared secret
rabbitmq_cookie_token: secreteExample Playbook
-name: Install rabbitmq server
hosts: rabbitmq_all
user: root
roles:
-{role:"rabbitmq_server",tags:["rabbitmq-server"]}
vars:
rabbitmq_cookie_token: secreteDescription
Languages
Python
69.3%
Jinja
30.1%
Shell
0.6%