Go to file
2024-07-12 13:01:24 +00:00
defaults Initial import 2024-07-12 14:47:59 +02:00
handlers Initial import 2024-07-12 14:47:59 +02:00
meta Initial import 2024-07-12 14:47:59 +02:00
tasks Initial import 2024-07-12 14:47:59 +02:00
tests Initial import 2024-07-12 14:47:59 +02:00
vars Initial import 2024-07-12 14:47:59 +02:00
.travis.yml Initial import 2024-07-12 14:47:59 +02:00
README.md Update README.md 2024-07-12 13:01:24 +00:00

Ansible Role: VLC

CI

This role installs VLC and configures it to work with Freebox TV.

Requirements

This role requires Ansible 2.9 or higher.

Role Variables

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

glenux_vlc_users: []

A list of users for whom to configure VLC.

glenux_vlc_live555_rtp_client_port: "-666"
glenux_vlc_rtp_rtcp_port: "-666"

Network ports configuration for Freebox TV. Usually, you don't need to modify these values.

Dependencies

None.

Example Playbook

- hosts: all
  become: true
  roles:
    - glenux.vlc

License

GPL-2.0-or-later

Author Information

This role was created by glenux.