Feat(Songe): Create Songe

This commit is contained in:
2018-10-04 16:38:39 +02:00
parent 122bf44f91
commit 2d921e1ec2
4 changed files with 112 additions and 0 deletions

21
vars/Songe.yml Normal file
View File

@@ -0,0 +1,21 @@
---
me: "{{ deploy_users }}"
deploy_public_key: files/id_ed25519_home.pub
minimal: true
server: true
label_mounts:
- { label: 'LABEL=Tosh500G', name: '/mnt/Tosh500G' }
- { label: 'LABEL=BackupWD_1T', name: '/mnt/BackupWD_1T' }
- { label: 'LABEL=AptCacherNG', name: '/var/cache/apt-cacher-ng/' }
- { label: 'LABEL=Backup', name: '/mnt/Backup' }
access_mounts:
- { src: '/mnt/Tosh500G', name: '/media/documents' }
- { src: '/mnt/BackupWD_1T', name: '/media/backup' }
nfs_shares:
- { src: '/media/documents', name: '/export/documents', options: 'rw,no_subtree_check,nohide' }
- { src: '/media/backup', name: '/export/backup', options: 'rw,no_subtree_check,nohide' }
- { src: '/media/documents/musique', name: '/export/musique', options: 'ro,no_subtree_check,nohide' }