No description
  • Jinja 85.2%
  • Vim Script 14.8%
Find a file
Vasil Kolev 9227e17ee9
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
packages: remove nano
This is a crappy default editor anyway...
2026-09-07 18:46:55 +02:00
defaults Move user management to fosdem-video.videoteam 2026-09-05 18:23:43 +02:00
files vimrc: initial import 2026-09-07 18:43:43 +02:00
handlers Initial version 2026-09-04 19:14:26 +02:00
meta Move user management to fosdem-video.videoteam 2026-09-05 18:23:43 +02:00
tasks packages: remove nano 2026-09-07 18:46:55 +02:00
templates Initial version 2026-09-04 19:14:26 +02:00
.ansible-lint Fix lint 2026-09-06 12:25:09 +02:00
.gitignore Initial version 2026-09-04 19:14:26 +02:00
.woodpecker.yml Fix lint 2026-09-06 12:25:09 +02:00
LICENSE Same LICENSE everywhere 2026-09-06 11:22:25 +02:00
README.md Initial version 2026-09-04 19:14:26 +02:00

Ansible role: fosdem-video.common

Common configuration to all FOSDEM video infrastructure. Basic system packages, networking, and base utilities.

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

License

MIT