This repository has been archived on 2023-12-26. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
shoarma/ansible/roles/jitsi/tasks/main.yml

5 lines
159 B
YAML

- name: Deploy Docker stack
docker_stack:
name: jitsi
compose:
- "{{ lookup('template', '{{ role_path }}/docker-stack.yml.j2') | from_yaml }}"