This repository has been archived on 2023-12-26. You can view files and clone it, but cannot push or open issues or pull requests.
shoarma/ansible/roles/inbucket/tasks/main.yml

16 lines
334 B
YAML
Raw Normal View History

2023-05-03 10:03:39 +00:00
- name: Create working directory
file:
path: /srv/inbucket
state: directory
- name: Copy Docker stack file
template:
src: "{{ role_path }}/docker-stack.yml.j2"
dest: /srv/inbucket/docker-stack.yml
- name: Deploy Docker stack
docker_stack:
name: inbucket
compose:
- /srv/inbucket/docker-stack.yml