Add role to install nfs-server, cleanup roles and configuration

- use generic media_dirs including vdr recdir, loop over them to
  create directories, configure samba, nfs, etc.
- add role to install an configure nfs-kernel-server
- cleanup roles
- add custom fact modules
This commit is contained in:
Alexander Grothe
2017-03-13 10:40:35 +01:00
parent d6647e1613
commit 10c3d12215
16 changed files with 385 additions and 81 deletions

View File

@@ -3,7 +3,7 @@
# TODO:
#- name: divert original smbd.conf
- name: create smb.conf.custom
- name: touch smb.conf.custom
file:
state: touch
dest: '/etc/samba/smb.conf.custom'