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

@@ -0,0 +1,17 @@
---
# file roles/autoinstall-ubuntu-drivers/tasks/main.yml
- name: apt | install ubuntu-drivers-common
apt:
name: ubuntu-drivers-common
state: present
- name: ensure /etc/yavdr exists
file:
path: /etc/yavdr
state: directory
mode: 0755
- name: let ubuntu-drivers automatically install additional drivers
command: ubuntu-drivers --package-list /etc/yavdr/autoinstalled autoinstall