yavdr-ansible/yavdr07-headless.yml
Alexander Grothe 69e6b90885 fix role name
2017-11-15 08:22:35 +01:00

21 lines
385 B
YAML

---
# 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-install
- samba-config
- nfs-server
- grub-config
- autoinstall-satip
tags:
- always
handlers:
- import_tasks: handlers/main.yml