This commit is contained in:
parent
2fc86fc14f
commit
47761bf90e
@ -1,6 +1,6 @@
|
|||||||
systemd_mounts:
|
systemd_mounts:
|
||||||
diskstation_nomad:
|
diskstation_nomad:
|
||||||
share: diskstation.lan.ducamps.eu:/volume2/nomad
|
share: "{{ nas_ip }}:/volume2/nomad"
|
||||||
mount: /mnt/diskstation/nomad
|
mount: /mnt/diskstation/nomad
|
||||||
type: nfs
|
type: nfs
|
||||||
options:
|
options:
|
||||||
|
@ -4,3 +4,4 @@ system_arch_local_mirror: "https://arch.{{domain.name}}/repo/archlinux_$arch"
|
|||||||
system_sudoers_group: "serverAdmin"
|
system_sudoers_group: "serverAdmin"
|
||||||
system_ipV6_disable: True
|
system_ipV6_disable: True
|
||||||
system_ip_unprivileged_port_start: 0
|
system_ip_unprivileged_port_start: 0
|
||||||
|
nas_ip: "192.168.1.10"
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
systemd_mounts:
|
systemd_mounts:
|
||||||
diskstation_git:
|
diskstation_git:
|
||||||
share: diskstation.lan.ducamps.eu:/volume2/git
|
share: "{{ nas_ip }}:/volume2/git"
|
||||||
mount: /mnt/diskstation/git
|
mount: /mnt/diskstation/git
|
||||||
type: nfs
|
type: nfs
|
||||||
options:
|
options:
|
||||||
- " "
|
- " "
|
||||||
automount: true
|
automount: true
|
||||||
diskstation_CardDav:
|
diskstation_CardDav:
|
||||||
share: diskstation.lan.ducamps.eu:/volume2/CardDav
|
share: "{{ nas_ip }}:/volume2/CardDav"
|
||||||
mount: /mnt/diskstation/CardDav
|
mount: /mnt/diskstation/CardDav
|
||||||
type: nfs
|
type: nfs
|
||||||
options:
|
options:
|
||||||
@ -21,49 +21,49 @@ systemd_mounts:
|
|||||||
- " "
|
- " "
|
||||||
automount: true
|
automount: true
|
||||||
diskstation_home:
|
diskstation_home:
|
||||||
share: diskstation.lan.ducamps.eu:/volume2/homes/admin
|
share: "{{ nas_ip }}:/volume2/homes/admin"
|
||||||
mount: /mnt/diskstation/home
|
mount: /mnt/diskstation/home
|
||||||
type: nfs
|
type: nfs
|
||||||
options:
|
options:
|
||||||
- " "
|
- " "
|
||||||
automount: true
|
automount: true
|
||||||
diskstation_photo:
|
diskstation_photo:
|
||||||
share: diskstation.lan.ducamps.eu:/volume2/photo
|
share: "{{ nas_ip }}:/volume2/photo"
|
||||||
mount: /mnt/diskstation/photo
|
mount: /mnt/diskstation/photo
|
||||||
type: nfs
|
type: nfs
|
||||||
options:
|
options:
|
||||||
- " "
|
- " "
|
||||||
automount: true
|
automount: true
|
||||||
diskstation_music:
|
diskstation_music:
|
||||||
share: diskstation.lan.ducamps.eu:/volume2/music
|
share: "{{ nas_ip }}:/volume2/music"
|
||||||
mount: /mnt/diskstation/music
|
mount: /mnt/diskstation/music
|
||||||
type: nfs
|
type: nfs
|
||||||
options:
|
options:
|
||||||
- " "
|
- " "
|
||||||
automount: true
|
automount: true
|
||||||
diskstation_media:
|
diskstation_media:
|
||||||
share: diskstation.lan.ducamps.eu:/volume1/media
|
share: "{{ nas_ip }}:/volume1/media"
|
||||||
mount: /mnt/diskstation/media
|
mount: /mnt/diskstation/media
|
||||||
type: nfs
|
type: nfs
|
||||||
options:
|
options:
|
||||||
- " "
|
- " "
|
||||||
automount: true
|
automount: true
|
||||||
diskstation_ebook:
|
diskstation_ebook:
|
||||||
share: diskstation.lan.ducamps.eu:/volume2/ebook
|
share: "{{ nas_ip }}:/volume2/ebook"
|
||||||
mount: /mnt/diskstation/ebook
|
mount: /mnt/diskstation/ebook
|
||||||
type: nfs
|
type: nfs
|
||||||
options:
|
options:
|
||||||
- " "
|
- " "
|
||||||
automount: true
|
automount: true
|
||||||
diskstation_archMirror:
|
diskstation_archMirror:
|
||||||
share: diskstation.lan.ducamps.eu:/volume2/archMirror
|
share: "{{ nas_ip }}:/volume2/archMirror"
|
||||||
mount: /mnt/diskstation/archMirror
|
mount: /mnt/diskstation/archMirror
|
||||||
type: nfs
|
type: nfs
|
||||||
options:
|
options:
|
||||||
- " "
|
- " "
|
||||||
automount: true
|
automount: true
|
||||||
diskstation_nomad:
|
diskstation_nomad:
|
||||||
share: diskstation.lan.ducamps.eu:/volume2/nomad
|
share: "{{ nas_ip }}:/volume2/nomad"
|
||||||
mount: /mnt/diskstation/nomad
|
mount: /mnt/diskstation/nomad
|
||||||
type: nfs
|
type: nfs
|
||||||
options:
|
options:
|
||||||
|
Loading…
Reference in New Issue
Block a user