Skip to content

Commit

Permalink
Updated README with latest version supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
juanluisbaptiste committed Mar 29, 2020
1 parent 84518ca commit 4778223
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The role follows _BigBlueButton_ official [installation instructions](http://doc
Forked from [softwaremill/ansible-bigbluebutton](https://github.com/softwaremill/ansible-bigbluebutton), as it seems abandoned. Itr has the following additional features:

## Features
* Installs latest stable version (currently _1.1_).
* Installs latest stable version (currently _2.2_).
* Installation behind a firewall (NAT setup support)
* Automatic SSL configuration using _LetsEncrypt_ certificates using [thefinn93/ansible-letsencrypt](https://github.com/thefinn93/ansible-letsencrypt) role.
* Optionally installs the demo and check packages.
Expand All @@ -28,8 +28,8 @@ To get up _BigBlueButton_ up and running the following variables can be configur
* _bbb_install_demo_: Install the bbb-demo package, useful to easily test the new installation is working (Default: False).
* _bbb_install_check_: Install the bbb-check package, useful to debug the new installation if having issues (Default: False).

To test out _BigBlueButton_ 2.0 beta you could change the repo URL to this one (it whould work):
* bbb_apt_repo_url: 'https://ubuntu.bigbluebutton.org/xenial-200/' (Default: https://ubuntu.bigbluebutton.org/xenial-110/)
[comment]: <> To test out _BigBlueButton_ 2.0 beta you could change the repo URL to this one (it whould work):
[comment]: <> * bbb_apt_repo_url: 'https://ubuntu.bigbluebutton.org/xenial-200/' (Default: https://ubuntu.bigbluebutton.org/xenial-110/)


## Example Playbook
Expand Down

0 comments on commit 4778223

Please sign in to comment.