--- # file: yavdr07.yml # this playbook sets up a complete yaVDR 0.7 installation - name: set up yaVDR hosts: all become: true roles: - 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 - yavdr-xorg # graphical session - yavdr-remote # remote configuration files, services and scripts - grub-config # configure grub - autoinstall-satip # install vdr-plugin-satip if a Sat>IP server has been found - autoinstall-targavfd - autoinstall-imonlcd #- template-test handlers: - include: handlers/main.yml