systemli / ansible-role-jitsi-meet

Ansible role to install & configure Jitsi Meet
GNU General Public License v3.0
44 stars 18 forks source link

Some additions and changes #21

Closed funkyfuture closed 4 years ago

funkyfuture commented 4 years ago

These are some adaptions i made for a deployment, including a fix for #20.

i'll add further tweaks to this branch, feel free to cherry-pick what you deem useful and/or aks for improvements.

funkyfuture commented 4 years ago

the test seems to have failed due to a network issue.

funkyfuture commented 4 years ago

okay, this is causing even more trouble.

interestingly, this task:

- name: Install jitsi-meet
  apt:
    pkg: jitsi-meet
    install_recommends: no
    state: present

creates both /etc/nginx/sites-available/{{ jitsi_meet_server_name }}.conf and /etc/prosody/conf.avail/{{ jitsi_meet_server_name }}.cfg.lua, also links both int their respective directories for activation.