style(readme): align markdown tables
All checks were successful
ci/woodpecker/push/linting Pipeline was successful

This commit is contained in:
Simon Cornet 2026-05-15 13:04:17 +02:00
commit 3cd0fa921a

View file

@ -4,18 +4,18 @@ Install and configure NFS client with systemd-managed mounts.
## Variables ## Variables
| Variable | Required | Default | Description | | Variable | Required | Default | Description |
|----------|----------|---------|-------------| | ----------------------------- | ---------- | --------- | --------------------------------------------- |
| `nfs_mount` | Yes | `[]` | List of NFS mounts to configure | | `nfs_mount` | Yes | `[]` | List of NFS mounts to configure |
| `nfs_mount[].nfs_host` | Yes | - | NFS server hostname or IP | | `nfs_mount[].nfs_host` | Yes | - | NFS server hostname or IP |
| `nfs_mount[].nfs_dir` | Yes | - | Remote directory path on NFS server | | `nfs_mount[].nfs_dir` | Yes | - | Remote directory path on NFS server |
| `nfs_mount[].local_dir_path` | Yes | - | Local mount point path | | `nfs_mount[].local_dir_path` | Yes | - | Local mount point path |
| `nfs_mount[].nfs_opts` | Yes | - | NFS mount options | | `nfs_mount[].nfs_opts` | Yes | - | NFS mount options |
| `nfs_mount[].nfs_fstype` | No | `nfs4` | NFS filesystem type | | `nfs_mount[].nfs_fstype` | No | `nfs4` | NFS filesystem type |
| `nfs_mount[].local_dir_owner` | No | `root` | Local directory owner | | `nfs_mount[].local_dir_owner` | No | `root` | Local directory owner |
| `nfs_mount[].local_dir_group` | No | `root` | Local directory group | | `nfs_mount[].local_dir_group` | No | `root` | Local directory group |
| `nfs_mount[].local_dir_mode` | No | `0775` | Local directory permissions | | `nfs_mount[].local_dir_mode` | No | `0775` | Local directory permissions |
| `nfs_mount[].before_service` | No | - | List of systemd services to start after mount | | `nfs_mount[].before_service` | No | - | List of systemd services to start after mount |
## Example ## Example