Coder Social home page Coder Social logo

bbb-infra's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.