kolla-ansible/ansible/roles/database/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
188 B
YAML

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