forked from freedomofpress/ansible-role-jitsi-meet
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from UdelaRInterior/version-2.0.0
Release of version 2.0.0
- Loading branch information
Showing
31 changed files
with
723 additions
and
351 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Change Log | ||
|
||
## [v2.0.0](https://github.com/UdelaRInterior/ansible-role-jitsi-meet/tree/v2.0.0) | ||
|
||
### Second version of the role, designed for Jitsi Meet v2.X | ||
|
||
* Default Nginx web server, custom settings are maintained from a variable (`jitsi_meet_configure_nginx`). | ||
|
||
* Now the installation of `jitsi-meet` from apt recommends the installation of a turnserver, a feature that can cause various problems with nginx configurations. Added `jitsi_meet_install_recommends` variable to influence this behavior. | ||
|
||
* Using `present` instead `latest` when installing packages. | ||
|
||
* Various improvements and simplifications of tasks that are no longer necessary. | ||
|
||
## [v1.0.0](https://github.com/UdelaRInterior/ansible-role-jitsi-meet/tree/v1.0.0) | ||
|
||
### First version of the role, designed for Jitsi Meet v1.X | ||
|
||
* Jetty default web server, with option to install and configure Nginx from a variable. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.