2023-10-29 14:33:24 +00:00
|
|
|
systemd_mounts:
|
|
|
|
diskstation_nomad:
|
2023-12-23 09:58:45 +00:00
|
|
|
share: "{{ nas_ip }}:{{ env_default_nfs_path }}/nomad"
|
2023-10-29 14:33:24 +00:00
|
|
|
mount: /mnt/diskstation/nomad
|
|
|
|
type: nfs
|
|
|
|
options:
|
|
|
|
- " "
|
2023-12-23 09:58:45 +00:00
|
|
|
automount: "{{ env_automount }}"
|
2023-12-23 19:57:46 +00:00
|
|
|
enabled: true
|
2023-10-29 14:33:24 +00:00
|
|
|
hetzner_storage:
|
|
|
|
share: //u304977.your-storagebox.de/backup
|
|
|
|
mount: /mnt/hetzner/storagebox
|
|
|
|
type: cifs
|
|
|
|
options:
|
|
|
|
- credentials=/etc/creds/hetzner_credentials
|
2024-02-04 20:16:59 +00:00
|
|
|
- uid=100001
|
|
|
|
- gid=10
|
2023-10-29 14:33:24 +00:00
|
|
|
- vers=3.0
|
|
|
|
- mfsymlinks
|
2023-12-23 09:58:45 +00:00
|
|
|
automount: "{{ env_automount }}"
|
2023-12-23 19:57:46 +00:00
|
|
|
enabled: true
|
2023-12-23 09:58:45 +00:00
|
|
|
|
|
|
|
credentials_files:
|
|
|
|
1:
|
|
|
|
type: smb
|
|
|
|
path: /etc/creds/hetzner_credentials
|
|
|
|
username: u304977
|
|
|
|
password: "{{ lookup('hashi_vault','secret=secrets/data/ansible/storage:hetzner') }}"
|