From 08d0cfb56d44a9a8e012a0cac1a7379d6de1c5c5 Mon Sep 17 00:00:00 2001 From: Juan Luis Baptiste Date: Thu, 24 Jun 2021 11:00:41 -0500 Subject: [PATCH] Updated bbb version to 2.3 --- README.md | 2 +- defaults/main.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 310b5b3..0b0d16d 100644 --- a/README.md +++ b/README.md @@ -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 _2.2_). + * Installs latest stable version (currently _2.3_). * 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. diff --git a/defaults/main.yml b/defaults/main.yml index 599c206..4b65145 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,6 +1,6 @@ --- -bbb_apt_repo_url: 'https://ubuntu.bigbluebutton.org/xenial-220/' -bbb_ubuntu_version: "16.04" +bbb_apt_repo_url: 'https://ubuntu.bigbluebutton.org/bionic-230/' +bbb_ubuntu_version: "18.04" bbb_install_html5: True bbb_install_playback_notes: True bbb_install_playback_podcast: True