You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
---
|
|
- name: Install Jitsi
|
|
ansible.builtin.import_tasks: install.yml
|
|
|
|
- name: Configure Jitsi
|
|
ansible.builtin.import_tasks: config.yml
|
|
|
|
- name: Configure Docker Compose
|
|
ansible.builtin.import_tasks: compose.yml
|