13 lines
237 B
YAML
13 lines
237 B
YAML
|
|
---
|
|
# this playbook sets up a fully featured yaVDR 0.7 installation
|
|
|
|
- name: basic setup for PPAs, packages etc.
|
|
hosts: yavdr-full
|
|
become: true
|
|
roles:
|
|
- yavdr-common
|
|
- yavdr-network
|
|
- yavdr-xorg
|
|
- grub
|