No description
Find a file
Gerry Demaret 6e5db13b1f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Fix lint
2026-09-06 12:24:29 +02:00
files/audio-fetcher video-audio-parser: initial import 2025-02-01 18:32:55 +01:00
meta meta: initial import 2026-09-05 11:22:46 +02:00
tasks Fix lint 2026-09-06 12:24:29 +02:00
templates video-audio-parser: the correct channel for cam 2026-01-31 11:28:08 +01:00
.ansible-lint Fix lint 2026-09-06 12:24:29 +02:00
.gitignore Fix lint 2026-09-06 12:24:29 +02:00
.woodpecker.yml Fix lint 2026-09-06 12:24:29 +02:00
LICENSE Add docs, lint and CI 2026-09-06 11:20:12 +02:00
README.md Add docs, lint and CI 2026-09-06 11:20:12 +02:00
requirements.yml Fix lint 2026-09-06 12:24:29 +02:00

Ansible role: fosdem-video.audio-parser

Ansible role for configuring and installing the audio parser service. This role handles installation and configuration of audiofetcher components.

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

Default Configuration

Refer to defaults/main.yml for default configuration variables specific to this role.

Dependencies

None.

Example Playbook

- hosts: servers
  remote_user: root
  roles:
    - { role: fosdem-video.audio-parser }

License

MIT