This website requires JavaScript.
Explore
Get Started
openstack
/
kolla-ansible
Code
Issues
Proposed changes
8b58515e5d
Branches
Tags
View all branches
kolla-ansible
/
ansible
/
roles
/
rabbitmq
/
tasks
/
main.yml
4 lines
83 B
YAML
Raw
Normal View
History
Unescape
Escape
Initial commit for adding ansible support This adds a very basic structure to begin supporting ansible in Kolla. Ansible can support complete idempotency, but wrapping docker-compose does not allow idempotency at this time. These playbooks will be extended to compensate for that in future patches. Change-Id: I1c9e8d32321e2733f5a9b752edf74b4fe90317ed
2015-03-28 17:16:24 -05:00
---
Allow rabbitmq role to pull images Change-Id: I184aabfbbd9fcd0b87080d044b0d286f0deac14c Partially-Implements: blueprint pre-pull-images
2016-01-05 18:15:18 +00:00
-
include
:
"{{ action }}.yml"
Restrict the rabbitmq only start on rabbitmq group Change-Id: I375d637eff76dd3d00e61e521c0d68a19e5da9a3 Closes-Bug: #1562261
2016-03-26 15:52:53 +08:00
when
:
inventory_hostname in groups['rabbitmq']
Copy Permalink