systemd_mounts: diskstation_nomad: share: "{{ nas_ip }}:{{ env_default_nfs_path }}/nomad" mount: /mnt/diskstation/nomad type: nfs options: - " " automount: "{{ env_automount }}" enabled: true hetzner_storage: share: //u304977.your-storagebox.de/backup mount: /mnt/hetzner/storagebox type: cifs options: - credentials=/etc/creds/hetzner_credentials - uid=100001 - gid=10 - vers=3.0 - mfsymlinks automount: "{{ env_automount }}" enabled: true credentials_files: 1: type: smb path: /etc/creds/hetzner_credentials username: u304977 password: "{{ lookup('hashi_vault','secret=secrets/data/ansible/storage:hetzner') }}"