infrastructure/ansible/plays/templates/mount-storagebox.mount.j2

15 lines
382 B
Plaintext
Raw Normal View History

2023-12-25 18:35:54 +01:00
[Unit]
Description=Mount storagebox with sshfs
After=network-online.target
Wants=network-online.target
[Install]
WantedBy=default.target
[Mount]
What=//u309229-sub6.your-storagebox.de/u309229-sub6
2023-12-25 18:35:54 +01:00
Where=/var/home/backup/storagebox
Type=cifs
2024-01-09 23:30:41 +01:00
Options=_netdev,iocharset=utf8,username=u309229-sub6,password={{ cifs.password }},seal,uid=1001,gid=1001,x-systemd.automount
2023-12-25 18:35:54 +01:00
TimeoutSec=60