homelab/ansible/group_vars/VPS/mount

24 lines
512 B
Plaintext
Raw Normal View History

systemd_mounts:
diskstation_nomad:
2023-12-17 09:54:53 +00:00
share: "{{ nas_ip }}:/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
2023-11-23 19:57:56 +00:00
- uid= 100001
- gid= 10
- vers=3.0
- mfsymlinks
automount: true
systemd_mounts_enabled:
- diskstation_nomad
- hetzner_storage