add xorg autoconfiguration, install some config files for vdr, update nfs- and avahi configuration

This commit is contained in:
Alexander Grothe
2017-07-08 13:37:35 +02:00
parent 87600748ee
commit 2a4dc82e21
28 changed files with 2134 additions and 74 deletions

View File

@@ -22,3 +22,17 @@
mode: 0755
owner: '{{ vdr.user }}'
group: '{{ vdr.group }}'
- name: create kodi user directory
file:
dest: '{{ vdr.home }}/{{ item }}'
state: directory
owner: '{{ vdr.user }}'
group: '{{ vdr.group }}'
mode: "0775"
with_items:
- .kodi
- .kodi/userdata
- .kodi/userdata/keymaps
# TODO: Add configuration files