9a81566d05
Implements the initial structure for variable substitution in ansible. Change-Id: I26d82189273be6ebf941b0ab82efc6bf1eebc53d
8 lines
188 B
YAML
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
|