No description
- Shell 100%
|
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
|
||
|---|---|---|
| defaults | ||
| files | ||
| handlers | ||
| meta | ||
| tasks | ||
| templates | ||
| .ansible-lint | ||
| .gitignore | ||
| .woodpecker.yml | ||
| LICENSE | ||
| README.md | ||
Ansible role: fosdem-video.stream-dump-external
Ansible role for configuring external stream dump storage. This role handles installation and configuration of streamdump components, including optional hard drive configuration and mounting for recording video streams to external storage.
Role Variables
Available variables are listed below, along with default values
(see defaults/main.yml):
video_stream_dump_hdd: /dev/sdb
Block device for stream dump storage. Defaults to /dev/sdb.
video_stream_dump_configure_hdd: true
Enable or disable hard drive configuration. Set to false to skip HDD setup.
video_stream_dump_destroy_all_streamdump_data: false
Destructive flag. Set to true only if you want to destroy all existing
streamdump data during reconfiguration.
video_dump_source: []
List of stream dump sources to configure. Defaults to empty list.
Dependencies
None.
Example Playbook
- hosts: servers
remote_user: root
roles:
- { role: fosdem-video.stream-dump-external }
License
MIT