Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 08d0cfb

Browse files
Updated bbb version to 2.3
1 parent f1de822 commit 08d0cfb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The role follows _BigBlueButton_ official [installation instructions](http://doc
77
Forked from [softwaremill/ansible-bigbluebutton](https://github.com/softwaremill/ansible-bigbluebutton), as it seems abandoned. Itr has the following additional features:
88

99
## Features
10-
* Installs latest stable version (currently _2.2_).
10+
* Installs latest stable version (currently _2.3_).
1111
* Installation behind a firewall (NAT setup support)
1212
* Automatic SSL configuration using _LetsEncrypt_ certificates using [thefinn93/ansible-letsencrypt](https://github.com/thefinn93/ansible-letsencrypt) role.
1313
* Optionally installs the demo and check packages.

defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
bbb_apt_repo_url: 'https://ubuntu.bigbluebutton.org/xenial-220/'
3-
bbb_ubuntu_version: "16.04"
2+
bbb_apt_repo_url: 'https://ubuntu.bigbluebutton.org/bionic-230/'
3+
bbb_ubuntu_version: "18.04"
44
bbb_install_html5: True
55
bbb_install_playback_notes: True
66
bbb_install_playback_podcast: True

0 commit comments

Comments
 (0)