yavdr-ansible/yavdr07.yml

25 lines
818 B
YAML
Raw Normal View History

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-22 15:27:48 +01:00
- 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