kolla-ansible/ansible/roles/message-broker/tasks/main.yml
Sam Yaple 9a81566d05 Allow the Kolla directory to be configurable
Implements the initial structure for variable substitution in ansible.

Change-Id: I26d82189273be6ebf941b0ab82efc6bf1eebc53d
2015-04-03 09:28:59 -05:00

8 lines
191 B
YAML

---
- name: Bringing up rabbitmq service(s)
docker_compose:
project_name: rabbitmq
compose_file: "{{ koalla_directory }}/compose/rabbitmq.yml"
command: up
no_recreate: true