No description
- Python 85.5%
- Shell 13.8%
- HTML 0.7%
|
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
* set paths to the ones configured from udev * remove animations (sorry, they're distracting) * update placement of sources * rename scenes to be a bit more descriptive |
||
|---|---|---|
| defaults | ||
| files | ||
| handlers | ||
| meta | ||
| tasks | ||
| templates | ||
| .ansible-lint | ||
| .gitignore | ||
| .woodpecker.yml | ||
| LICENSE | ||
| README.md | ||
Ansible role: fosdem-video.videobox
Ansible role for configuring FOSDEM videobox infrastructure. This role sets up all necessary components for a video capture and encoding box, including network configuration, hardware support, mixer controls, logging, rssh access, video status monitoring, hardware tweaks, and external storage support.
Role Variables
Available variables are listed below, along with default values
(see defaults/main.yml):
destroy_all_videobox_data: false
Destructive flag. Set to true only if you want to destroy all existing
videobox data during reconfiguration.
Dependencies
None.
Example Playbook
- hosts: videoboxes
remote_user: root
roles:
- { role: fosdem-video.videobox }
License
MIT