Skip to content

Commit 4c4e983

Browse files
committed
Update dependencies
BBB needs node 18.x and Java 17 as of versions 2.6.14 and 2.7.0. This commit fixes that and closes #361 and #362.
1 parent 5af1598 commit 4c4e983

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Also check [Before you install](https://docs.bigbluebutton.org/administration/in
7575
| | `bbb_apps_akka_log_level` | set the loglevel for bbb-apps-akka | `ERROR` | |
7676
| | `bbb_meteor` | overwrite settings in meteor | `{}` | |
7777
| | `bbb_kurento_interfaces` | Specify the listening interfaces for kurento | `{{ [ansible_default_ipv4.interface, 'lo'] }}` | |
78-
| | `bbb_nodejs_version` | version of nodejs to be installed | `12.x` | |
78+
| | `bbb_nodejs_version` | version of nodejs to be installed | `18.x` | |
7979
| | `bbb_system_locale` | the system locale to use | `en_US.UTF-8` | |
8080
| | `bbb_secret` | define the shared secret for bbb | `none` | Set this if you want to define the bbb-secret. Otherwise the secret is generated by bbb. Supported characters are `[a-zA-Z0-9]` |
8181
| | `bbb_freeswitch_ipv6` | Enable IPv6 support in FreeSWITCH | `true` | Disable to fix [FreeSWITCH IPv6 error][bbb_freeswitch_ipv6] |

defaults/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ bbb_firewall_ufw:
310310
# https://pypi.org/project/docker-compose/#history
311311
bbb_docker_compose_version: 1.29.2
312312

313-
bbb_nodejs_version: 16.x
313+
bbb_nodejs_version: 18.x
314314

315315
# Cluster proxy variables
316316
# Define the following variables to set up the cluster proxy

tasks/installation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- name: Set version of java to use
1010
become: true
1111
file:
12-
src: /usr/lib/jvm/java-11-openjdk-amd64/bin/java
12+
src: /usr/lib/jvm/java-17-openjdk-amd64/bin/java
1313
dest: /etc/alternatives/java
1414
state: link
1515

vars/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bbb_required_packages:
99
- python3-setuptools
1010
- python3-pip
1111
- python3-wheel
12-
- openjdk-11-jdk
12+
- openjdk-17-jdk
1313
- python3-passlib
1414
- python-passlib
1515
- net-tools

0 commit comments

Comments
 (0)