8f22f9bf80
set the variable vdr_allowed_hosts (must be a list of IPs/IP ranges) to preconfigure all host- or ip-range based access options. At the moment this applies to: - svdrphosts.conf - xineliboutput's allowed_hosts.conf (and the plugin's ARGSDIR configuration file) - vnsiserver's allowed_hosts.conf - streamdev-server's streamdevhosts.conf It is possible to override host settings for individual services by setting up extra lists for the following variables: - vdr_svdrphosts - xineliboutput_allowed_hosts - vnsiserver_allowed_hosts - streamdev_server_allowed_hosts
32 lines
544 B
YAML
32 lines
544 B
YAML
---
|
|
# file: roles/yavdr-common/defaults/main.yml
|
|
|
|
branch: unstable
|
|
repositories:
|
|
- 'ppa:yavdr/main'
|
|
- 'ppa:yavdr/unstable-main'
|
|
- 'ppa:yavdr/{{branch}}-vdr'
|
|
- 'ppa:yavdr/{{branch}}-kodi'
|
|
- 'ppa:yavdr/{{branch}}-yavdr'
|
|
|
|
drivers:
|
|
sundtek: auto
|
|
ddvb-dkms: auto
|
|
|
|
extra_packages:
|
|
- vim
|
|
- tree
|
|
- w-scan
|
|
|
|
vdr:
|
|
user: vdr
|
|
group: vdr
|
|
uid: 666
|
|
gid: 666
|
|
home: /var/lib/vdr
|
|
recdir: /srv/vdr/video
|
|
hide_first_recording_level: false
|
|
safe_dirnames: true
|
|
override_vdr_charset: false
|
|
vdr_allowed_hosts: []
|