Pim Kunis
111bf68a0a
move docker swarm ansible to this repo move thecloud ansible to this repo support data disks in terraform
5 lines
163 B
YAML
5 lines
163 B
YAML
- name: Deploy Docker stack
|
|
docker_stack:
|
|
name: discourse
|
|
compose:
|
|
- "{{ lookup('template', '{{ role_path }}/docker-stack.yml.j2') | from_yaml }}"
|