Feat(Choux): Enable autofs and use it to mount nas share

This commit is contained in:
2018-10-18 19:24:36 +02:00
parent 75e3f50337
commit c94e124c92
4 changed files with 35 additions and 0 deletions

9
vars/home.yml Normal file
View File

@@ -0,0 +1,9 @@
---
nas_name: "Songe"
nas_nfs:
- src: '/export/documents',
name: 'Songe_documents',
options: '-rw,default,nls=utf8,uid=100,users'
- src: '/export/backup',
name: 'Songe_backup',
options: '-rw,default,nls=utf8,uid=100,users'