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/seafile/tasks/main.yml

6 lines
161 B
YAML
Raw Normal View History

2023-05-02 14:24:30 +00:00
- name: Deploy Docker stack
docker_stack:
name: seafile
compose:
2023-05-20 11:45:25 +00:00
- "{{ lookup('template', '{{ role_path }}/docker-stack.yml.j2') | from_yaml }}"