yavdr-ansible/yavdr07-headless.yml

21 lines
379 B
YAML
Raw Normal View History

2017-02-19 13:56:47 +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
- vdr
- yavdr-network
- samba-server
- samba-config
- nfs-server
- grub-config
2017-03-13 15:27:21 +01:00
- autoinstall-satip
tags:
- always
handlers:
- include: handlers/main.yml