yavdr-ansible/displays.yml

13 lines
206 B
YAML
Raw Normal View History

---
# 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