No description
Find a file
Gerry Demaret 90cc231563
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Fix lint
2026-09-06 12:37:20 +02:00
files/nginx web0: php is 8.2 now 2026-01-15 19:40:52 +02:00
handlers Fix lint 2026-09-06 12:37:20 +02:00
meta meta: initial import 2026-09-05 11:22:46 +02:00
tasks Fix lint 2026-09-06 12:37:20 +02:00
.ansible-lint Fix lint 2026-09-06 12:37:20 +02:00
.gitignore Fix lint 2026-09-06 12:37:20 +02:00
.woodpecker.yml Fix lint 2026-09-06 12:37:20 +02:00
LICENSE Add docs, lint and CI 2026-09-06 11:25:16 +02:00
README.md Add docs, lint and CI 2026-09-06 11:25:16 +02:00

Ansible role: fosdem-video.web-frontend

Ansible role for configuring the web frontend server. This role installs required packages and configures nginx to serve the FOSDEM video web frontend.

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.web-frontend }

License

MIT