Skip to content

Deploy bigbluebutton and scalelite on AWS with few commands

License

Notifications You must be signed in to change notification settings

aakatev/bbb-infra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bigbluebutton-infra

Note: This repository is in active development. Contributions are welcomed!

Automation for BigBlueButton stack. Use Terraform and Ansible to provision one or many bigbluebutton and scalelite servers with just few commands.

Requirements

  • AWS Account
  • Route53 Domain Name and Domain Zone
  • Terraform 13.0+
  • Ansible 2.9+

Pre-Install

Adjust configurations:

Note, Ansible inventory has to be adjusted after ec2 provisioning.

Infrastructure

Infrastructure creation is done in multiple steps:

  1. Bootstrapping - creating shared resources, like security groups and SSH keys.
  2. Provisioning - creating actual bigbluebutton and scalelite servers

Bootstrapping

Initiate a new Terraform project in bootstrap directory:

terraform init

Plan and apply your changes, provisionning the resources:

terraform apply -var-file=../vars/variables.tfvars

Provisionin

Initiate a new Terraform project in template directory:

terraform init

Plan and apply your changes, provisionning the resources:

terraform apply -var-file=../vars/variables.tfvars

Configuration

Install required Ansible roles:

ansible-galaxy install nickjj.docker

Run Ansible playbook for bigbluebutton:

ansible-playbook playbooks/bigbluebutton.yaml

Run Ansible playbook for scalelite:

ansible-playbook playbooks/scalelite.yaml

Post-Install

Post installation configuration is still pretty much manual. You will need to refer to scalelite official docs to learn more how to administer your pool.

In case you need to destroy the resources, the process is similar for both bootstrap and template:

terraform destroy --auto-approve -var-file=../vars/variables.tfvars

About

Deploy bigbluebutton and scalelite on AWS with few commands

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages