No description
Find a file
Gerry Demaret 2c7567400e
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Fix lint
2026-09-06 12:49:24 +02:00
files video-repo: switch to bookworm 2023-05-28 16:03:31 +02:00
meta meta: initial import 2026-09-05 11:22:46 +02:00
tasks Fix lint 2026-09-06 12:49:24 +02:00
vars Fix lint 2026-09-06 12:49:24 +02:00
.ansible-lint Fix lint 2026-09-06 12:49:24 +02:00
.gitignore Fix lint 2026-09-06 12:49:24 +02:00
.woodpecker.yml Fix lint 2026-09-06 12:49:24 +02:00
LICENSE Add docs, lint and CI 2026-09-06 11:24:00 +02:00
README.md Add docs, lint and CI 2026-09-06 11:24:00 +02:00

Ansible role: fosdem-video.repo

Ansible role for configuring packagecloud.io repository for FOSDEM video infrastructure. This role adds the video-team repository to apt for Debian-based systems supporting both Debian 12 (Bookworm) and Debian 13 (Trixie).

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.repo }

License

MIT