2017-02-19 13:56:47 +01:00
|
|
|
---
|
2017-02-22 15:27:48 +01:00
|
|
|
# file: yavdr07.yml
|
|
|
|
# this playbook sets up a complete yaVDR 0.7 installation
|
2017-02-20 14:29:15 +01:00
|
|
|
|
2017-02-22 15:27:48 +01:00
|
|
|
- name: set up yaVDR
|
|
|
|
hosts: all
|
2017-02-20 14:29:15 +01:00
|
|
|
become: true
|
|
|
|
roles:
|
2017-02-23 13:15:04 +01:00
|
|
|
- yavdr-common # install and configure the basic system
|
|
|
|
- vdr # install vdr and related packages
|
|
|
|
- yavdr-network # enable network client capabilities
|
|
|
|
- samba-install # install samba server
|
|
|
|
- samba-config # configure samba server
|
|
|
|
#- nfs-server # install nfs server
|
|
|
|
#- nfs-config # configure nfs server
|
|
|
|
- yavdr-xorg # graphical session
|
|
|
|
- yavdr-remote # remote configuration files, services and scripts
|
|
|
|
- grub-config # configure grub
|
2017-03-02 16:01:52 +01:00
|
|
|
- autoinstall-satip # install vdr-plugin-satip if a Sat>IP server has been found
|
|
|
|
- autoinstall-targavfd
|
|
|
|
- autoinstall-imonlcd
|
2017-02-23 13:15:04 +01:00
|
|
|
|
|
|
|
handlers:
|
|
|
|
- include: handlers/main.yml
|