yavdr-ansible/group_vars/all

103 lines
2.9 KiB
Plaintext
Raw Permalink Normal View History

2017-06-21 12:46:51 +02:00
---
# file: group_vars/all
branch: experimental
2017-02-22 15:27:48 +01:00
ppa_owner: 'ppa:yavdr'
# add the following PPAs
2017-02-22 15:27:48 +01:00
repositories:
- '{{ ppa_owner }}/{{branch}}-main'
2017-02-22 15:27:48 +01:00
- '{{ ppa_owner }}/{{branch}}-vdr'
- '{{ ppa_owner }}/{{branch}}-kodi'
2019-05-28 09:33:10 +02:00
- 'ppa:frodo-vdr/experimental-vdr-yavdr'
#- '{{ ppa_owner }}/{{branch}}-yavdr'
# properties of the user vdr and vdr-related options
# NOTE: user name, uid and confdir must match the values set by the vdr package
2017-02-22 15:27:48 +01:00
vdr:
user: vdr
group: vdr
uid: 666
gid: 666
home: /var/lib/vdr
etc_confdir: /etc/vdr
confdir: /var/lib/vdr
2017-02-22 15:27:48 +01:00
recdir: /srv/vdr/video
hide_first_recording_level: false
safe_dirnames: true # escape characters (useful for windows clients and FAT/NTFS file systems)
2017-02-22 15:27:48 +01:00
override_vdr_charset: false
2019-03-25 19:39:49 +01:00
# copy channels.conf from a local file
# vdr_channels_conf: /path/to/channels.conf
# download channels.conf from a given url (supports HTTP(S) and FTP)
# vdr_channels_conf_url: http://example.com/vdr/channels.conf
# add the vdr plugins you want to install
2017-02-22 15:27:48 +01:00
vdr_plugins:
- vdr-plugin-devstatus
- vdr-plugin-markad
2017-06-19 07:48:25 +02:00
- vdr-plugin-softhddevice-vpp
2019-05-28 09:33:10 +02:00
- vdr-plugin-dvbapi
- vdr-plugin-satip
# IP (range) filter for vdr and plugins (this must be an array):
2019-05-28 09:33:10 +02:00
vdr_allowed_hosts:
- 192.168.0.0/16
#
# hosts and subnets for svdrphosts.conf (overrides vdr_allowed_hosts):
2019-05-28 09:33:10 +02:00
vdr_svdrphosts:
- 192.168.0.0/16
#
# hosts and subnets for allowed_hosts.conf of xineliboutput (overrides vdr_allowed_hosts):
2019-05-28 09:33:10 +02:00
xineliboutput_allowed_hosts:
- 192.168.0.0/16
#
# hosts and subnets for allowed_hosts.conf of vnsiserver (overrides vdr_allowed_hosts):
2019-05-28 09:33:10 +02:00
vnsiserver_allowed_hosts:
- 192.168.0.0/16
#
# hosts and subnets for streamdevhosts.conf (overrides vdr_allowed_hosts):
2019-05-28 09:33:10 +02:00
streamdev_server_allowed_hosts:
- 192.168.0.0/16
# dictionary of directories for (shared) files. Automatically exported via NFS and Samba if those roles are enabled
media_dirs:
audio: /srv/audio
2017-12-17 09:16:50 +01:00
video: /srv/video
pictures: /srv/picture
files: /srv/files
backups: /srv/backups
recordings: '{{ vdr.recdir }}'
nfs:
2017-03-16 10:26:32 +01:00
insecure: false # set to true for OS X clients or if you plan to use libnfs as unprivileged user (e.g. KODI)
samba:
workgroup: YAVDR
2017-03-16 10:26:32 +01:00
windows_compatible: '{{ vdr.safe_dirnames }}' # set to true to disable unix extensions, enable follow symlinks and wide links
# additional packages you want to install
2017-02-22 15:27:48 +01:00
extra_packages:
- bpython
- bpython3
- htop
2017-02-22 15:27:48 +01:00
- tree
- vim
2017-02-22 15:27:48 +01:00
- w-scan
- t2scan
- plymouth-theme-yavdr-logo
- vdr-addon-lifeguard-ng
- vdrpbd
2019-05-28 09:33:10 +02:00
- wajig
frontend: vdr
2019-03-25 19:39:49 +01:00
# vdr shutdown command - SHUTDOWNCMD variable in /etc/default/vdr
# for standby use "/bin/systemctl suspend"
vdr_shutdown_command: poweroff
#system:
# shutdown: poweroff
wakeup_method: acpiwakeup
grub:
timeout: 0
boot_options: quiet splash
# Serial device to configure for a homebrew receiver.
# Choose either ttyS0 (COM1) or ttyS1 (COM2)
2019-01-02 10:13:18 +01:00
# Also ensure that the role serial-ir is enabled in yavdr07.yml
serial_ir_device: ttyS0