style(readme): align markdown tables
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
This commit is contained in:
parent
7a737eb695
commit
3cd0fa921a
1 changed files with 12 additions and 12 deletions
24
readme.md
24
readme.md
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue