systemli / ansible-role-jitsi-meet

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

Scale across multiple videobridges #53

Open murme1 opened 3 years ago

murme1 commented 3 years ago

I forked your role, making it possible to scale across multiple videobridges (with optional octo), while defaulting to a single instance setup.

The branch is a little bit mixed together with other features, but you can get a general impression here: https://github.com/technischerpunkt/ansible-role-jitsi-meet/tree/seperate-videobridge

I'm currently using this branch to deploy both a single instance setup and a scalable setup. Meaning it is backwards compatible, as long as one did not change the name of the role.

If you are at all interested in changing your role to support multiple bridges, i could do a clean PR. Disclaimer: I never used molecule tests before, so i'd probably need some help on those.

Would love to see this upstreamed!

t2d commented 3 years ago

Thank you for raising this issue. We're absolutely interested and happy to help with molecule testing. Please send a PR!

murme1 commented 3 years ago

Thank you for raising this issue. We're absolutely interested and happy to help with molecule testing. Please send a PR!

Alright, i pulled up a WIP PR. Let me know, what you think.