13 lines
206 B
YAML
13 lines
206 B
YAML
|
---
|
||
|
# file: yavdr07.yml
|
||
|
# this playbook sets up a complete yaVDR 0.7 installation
|
||
|
|
||
|
- name: set up yaVDR
|
||
|
hosts: all
|
||
|
become: true
|
||
|
roles:
|
||
|
- display-data
|
||
|
|
||
|
handlers:
|
||
|
- include: handlers/main.yml
|