Advertisement
Guest User

yavdr07-headless.yml

a guest
Dec 3rd, 2021
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. ---
  2. # file: yavdr07-headless.yml
  3. # this playbook set up a headless yaVDR 0.7 installation
  4.  
  5. - name: set up a headless yaVDR server
  6. hosts: all
  7. become: true
  8. environment:
  9. LANG: "{{ default_locale | default('c.UTF-8') }}"
  10. roles:
  11. - yavdr-common
  12. - collect-facts # query system facts
  13. - vdr
  14. - lifeguardng # install and configure vdr-addon-lifeguard-ng
  15. - headless-session # set up a headless systemd user session, e.g. for udiskie
  16. - yavdr-network
  17. - samba-install
  18. - samba-config
  19. - nfs-server
  20. - grub-config
  21. - autoinstall-dvbsddevice # install vdr-plugin-dvbsddevice if a matching card is detected
  22. - autoinstall-dvbsky-firmware # download and install required firmware files for dvbsky cards
  23. - autoinstall-firmware # download and install firmware files for dvb devices
  24. - autoinstall-hauppauge-pvr # install vdr-plugin-pvrinput if a matching card is found
  25. - autoinstall-pvr350 # install vdr-plugin-pvr350 if a matching card is detected
  26. - autoinstall-satip # install vdr-plugin-satip if a Sat>IP server has been found
  27. - epgd # install vdr-epg-daemon
  28. #- channelpedia # upload channels.conf to channelpedia (see role description in Manual)
  29. - channellogos # use channellogos provided by https://github.com/Jasmeet181/mediaportal-*-logos
  30. - install-sundtek
  31. - wakeup
  32. tags:
  33. - always
  34. handlers:
  35. - import_tasks: handlers/main.yml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement