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
0860fe6b1b
commit
5e8fd25dec
1 changed files with 10 additions and 10 deletions
20
readme.md
20
readme.md
|
|
@ -4,16 +4,16 @@ Install and configure an NFS server with customizable exports.
|
||||||
|
|
||||||
## Variables
|
## Variables
|
||||||
|
|
||||||
| Variable | Required | Default | Description |
|
| Variable | Required | Default | Description |
|
||||||
|----------|----------|---------|-------------|
|
| ------------------------- | ---------- | --------- | ---------------------------- |
|
||||||
| `shares` | Yes | `[]` | List of NFS shares to export |
|
| `shares` | Yes | `[]` | List of NFS shares to export |
|
||||||
| `shares[].name` | Yes | - | Description of the share |
|
| `shares[].name` | Yes | - | Description of the share |
|
||||||
| `shares[].path` | Yes | - | Directory path to export |
|
| `shares[].path` | Yes | - | Directory path to export |
|
||||||
| `shares[].client_ip` | Yes | - | Client IP address or network |
|
| `shares[].client_ip` | Yes | - | Client IP address or network |
|
||||||
| `shares[].client_options` | Yes | - | NFS export options |
|
| `shares[].client_options` | Yes | - | NFS export options |
|
||||||
| `shares[].owner` | No | `root` | Directory owner |
|
| `shares[].owner` | No | `root` | Directory owner |
|
||||||
| `shares[].group` | No | `root` | Directory group |
|
| `shares[].group` | No | `root` | Directory group |
|
||||||
| `shares[].mode` | No | `0770` | Directory permissions |
|
| `shares[].mode` | No | `0770` | Directory permissions |
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue