homelab/ansible/group_vars/VPS/mount
2023-11-05 19:08:17 +01:00

24 lines
522 B
Plaintext

systemd_mounts:
diskstation_nomad:
share: diskstation.lan.ducamps.eu:/volume2/nomad
mount: /mnt/diskstation/nomad
type: nfs
options:
- " "
automount: true
hetzner_storage:
share: //u304977.your-storagebox.de/backup
mount: /mnt/hetzner/storagebox
type: cifs
options:
- credentials=/etc/creds/hetzner_credentials
- uid= 1024
- gid= 10
- vers=3.0
- mfsymlinks
automount: true
systemd_mounts_enabled:
- diskstation_nomad
- hetzner_storage