homelab/ansible/group_vars/VPS/mount

24 lines
522 B
Plaintext
Raw Normal View History

systemd_mounts:
diskstation_nomad:
2023-11-05 18:08:17 +00:00
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