Skip to content

Vladius25/bbb-ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Плейбук для настройки BigBlueButton

Настройка

В hosts добавить сервер:

example ansible_host=example.com

В host_vars/example.yml добавить (для каждого хоста свой .yml файл):

---
hostname: example.com
greenlight_repo: [email protected]:bigbluebutton/greenlight.git
ssl_email: [email protected]

Настроить ключи для git, если репозиторий приватный.

Запуск

Скопировать свой ssh-ключ на сервер под рута и запустить:

ssh-copy-id [email protected]
ansible-playbook setup-bbb.yml -u root -i hosts

Тестирование

vagrant up --provider virtualbox

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published