ansible-role-jitsi-meet icon indicating copy to clipboard operation
ansible-role-jitsi-meet copied to clipboard

Installs the Jitsi Meet open source videoconferencing software

Results 10 ansible-role-jitsi-meet issues
Sort by recently updated
recently updated
newest added

Hi, thanks for sharing the role. In our organization we currently use Jitsi Meet. We set up our own instance based on your role, but modifications were necessary to make...

``` $ debconf-show jitsi-meet * jitsi-meet/jvb-hostname: meet.freedom.press jitsi-meet/cert-path-key: * jitsi-meet/cert-choice: I want to use my own certificate jitsi-meet/cert-path-crt: jitsi-meet/jvb-serve: false ``` The `cert-choice` option is new-ish, and the role doesn't...

Fix for #41 https://docs.ansible.com/ansible/2.6/porting_guides/porting_guide_2.6.html > The deprecated task option always_run has been removed, please use check_mode: no instead.

Since Ansible 2.6 `always_run` is deprecated [1] and replaced by `check_mode: no`. Got this error when running a playbook: `ansible ERROR! 'always_run' is not a valid attribute for a Task`...

Thanks for sharing this great piece of configuration. It allows us to easily run our Jitsi Meet instance. It would be nice to include the LICENSE.txt - as a best...

Mostly intended to bring the role in line with the latest Jitsi Meet stable config, and also to resolve tricky problems like the nginx/jitsi-videobridge port conflict and Prosody complaining about...

The role was previously writing the SIP communicator settings to `/usr/share/jitsi-videobridge/.sip-communicator`, as of #31. Upstream changes seem to indicate we should be setting these in `/etc/jitsi/jicofo/sip-communicator.properties` now.

Hi, Would really like to use this playbook, but I had the following problem: ``` 13:57 ansible-jitsi$> ansible-playbook -i hosts playbook.yml PLAY [Configure jitsi-meet server.] ******************************************** TASK [setup] ******************************************************************* ok:...

I smell a lot of refactoring going to occur in the next few weeks to stamp out some performance issues. Lets add some automated CI tests here to make sure...

The current Jitsi Meet config permits all users in a conference to download a log file as text. While that's useful for debugging, it shouldn't be available by default. Let's...