No description
Find a file
Gerry Demaret 60b8cab868
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Fix lint
2026-09-06 12:52:48 +02:00
defaults video-stream-dump-external: actually commit the (broken) role 2023-01-30 22:33:40 +02:00
files streamdump: fix to work in 2025 2025-01-28 20:28:01 +02:00
handlers Fix lint 2026-09-06 12:52:48 +02:00
meta meta: initial import 2026-09-05 11:22:46 +02:00
tasks Fix lint 2026-09-06 12:52:48 +02:00
templates streamdump-external: make it actually work 2024-02-01 10:37:27 +01:00
.ansible-lint Fix lint 2026-09-06 12:52:48 +02:00
.gitignore Fix lint 2026-09-06 12:52:48 +02:00
.woodpecker.yml Fix lint 2026-09-06 12:52:48 +02:00
LICENSE Add docs, lint and CI 2026-09-06 11:24:09 +02:00
README.md Add docs, lint and CI 2026-09-06 11:24:09 +02:00

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