add xorg configuration and driver autodetection

This commit is contained in:
Alexander Grothe
2017-06-20 15:09:15 +02:00
parent d513db21ca
commit 5e5f9f346a
46 changed files with 2313 additions and 199 deletions

View File

@@ -1,7 +1,8 @@
---
# this playbook sets up network services for a yaVDR installation
#
- name: install network packages
- name: apt |install packages for network services
apt:
name: '{{ item }}'
state: present