k3s-ansible/roles/nfs-storage/templates/etc-systemd-system-mnt-storage.mount.j2

8 lines
140 B
Plaintext
Raw Permalink Normal View History

2024-12-23 14:53:44 +00:00
[Unit]
Description=mount {{ storage_disk }} at {{ mount_path }}
[Mount]
Where={{ mount_path }}
What={{ storage_disk }}1
Type={{ fs_type }}