add jitsi support

This commit is contained in:
Pim Kunis 2023-05-08 15:54:42 +02:00
parent 9092f2cab4
commit 7c640ae576
6 changed files with 132 additions and 10 deletions

View file

@ -0,0 +1,15 @@
- name: Create working directory
file:
path: /srv/jitsi
state: directory
- name: Copy Docker stack file
template:
src: "{{ role_path }}/docker-stack.yml.j2"
dest: /srv/jitsi/docker-stack.yml
- name: Deploy Docker stack
docker_stack:
name: jitsi
compose:
- /srv/jitsi/docker-stack.yml