This commit is contained in:
aynic.os
2021-07-14 23:58:24 +01:00
parent b6f1b8d798
commit da2f3ed44a
40 changed files with 166 additions and 108 deletions
+2 -6
View File
@@ -22,7 +22,7 @@ disks_to_mount:
- disk: /dev/sdb
fstype: ext4
mount_options: defaults
mount: /data
mount: /data1
user: www-data
group: www-data
disable_periodic_fsck: false
@@ -31,14 +31,10 @@ disks_to_mount:
fstype: xfs
mount_options: defaults,noatime
mount: /data2
- device_name: /dev/sdf
fstype: ext4
mount_options: defaults
mount: /data
- disk: nfs-host:/nfs/export
fstype: nfs
mount_options: defaults,noatime
mount: /srv/nfs
mount: /data3
```
The following filesystems are currently supported: