Ansible Setup for the VOC-Setup (Video Operation Center) from the Toolbox Bodensee e.V..
Ansible is a radically simple IT automation engine that automates cloud provisioning, configuration management, application deployment, intra-service orchestration, and many other IT needs. Weitere Infos | Learn more
This git repository contains git submodules. To see our complete setup you have to clone them too! It is inspired by the awesome C3VOC and their content-management Git Repository.
# Clone the Git with submodules
git clone --recursive https://github.com/ToolboxBodensee/toolbox-voc_ansible.git
git submodule update --init --recursive
git config --global submodule.recurse true
site.yml
: Setup voctocore on video encoder pc.
We try to explain it in the "overview/" Folder. Including a simplified getting-started guide. Please be carefully when using this setup. It is working mostly... but some love and time is missing to get it fully working!
L3D will explain it to you if you invite him to a Tschunk.
or ask the awesome c3voc. They developed it! They are awesome!
The playbook is defined in the site.yml
File. There are some roles
defined, that will be executed.
More details what the roles do are usually documented in the single roles-README. The configuration of all roles are defined in the group_vars ans host_vars.
You can find the inventory in ansible/hosts.ini
!
Our voctomix - voctocore and voctogui config is stored in this git repository:
https://github.com/chaos-bodensee/voc-config.git
It is deployed via this ansible and is working together with some images and systemd-scripts that keep everything running smoothly together!