2017-02-19 13:56:47 +01:00
|
|
|
---
|
2017-02-23 13:15:04 +01:00
|
|
|
# file: yavdr07-headless.yml
|
|
|
|
# this playbook set up a headless yaVDR 0.7 installation
|
|
|
|
|
|
|
|
- name: set up a headless yaVDR server
|
|
|
|
hosts: all
|
|
|
|
become: true
|
|
|
|
roles:
|
|
|
|
- yavdr-common
|
2017-11-20 09:21:22 +01:00
|
|
|
- collect-facts # query system facts
|
2017-02-23 13:15:04 +01:00
|
|
|
- vdr
|
|
|
|
- yavdr-network
|
2018-01-28 16:44:25 +01:00
|
|
|
- samba-install
|
2017-02-23 13:15:04 +01:00
|
|
|
- samba-config
|
|
|
|
- nfs-server
|
|
|
|
- grub-config
|
2018-08-10 08:11:45 +02:00
|
|
|
- autoinstall-satip # install vdr-plugin-satip if a Sat>IP server has been found
|
|
|
|
- autoinstall-pvr350 # install vdr-plugin-pvr350 if a matching card is detected
|
|
|
|
- autoinstall-hauppauge-pvr # install vdr-plugin-pvrinput if a matching card is found
|
|
|
|
- autoinstall-dvbsddevice # install vdr-plugin-dvbsddevice if a matching card is detected
|
|
|
|
- autoinstall-dvbsky-firmware # download and install required firmware files for dvbsky cards
|
|
|
|
- autoinstall-firmware # download and install firmware files for dvb devices
|
2017-11-20 09:45:15 +01:00
|
|
|
- wakeup
|
2017-07-30 15:21:05 +02:00
|
|
|
tags:
|
|
|
|
- always
|
2017-02-23 13:15:04 +01:00
|
|
|
handlers:
|
2017-11-12 19:07:21 +01:00
|
|
|
- import_tasks: handlers/main.yml
|