mirror of
https://github.com/geerlingguy/ansible-role-nfs
synced 2024-11-08 12:53:30 +01:00
Merge pull request #33 from svpernova09/patch-1
Update NFS Ubuntu link to LTS url
This commit is contained in:
commit
1936e68077
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ Available variables are listed below, along with default values (see `defaults/m
|
|||
|
||||
nfs_exports: []
|
||||
|
||||
A list of exports which will be placed in the `/etc/exports` file. See Ubuntu's simple [Network File System (NFS)](https://help.ubuntu.com/14.04/serverguide/network-file-system.html) guide for more info and examples. (Simple example: `nfs_exports: [ "/home/public *(rw,sync,no_root_squash)" ]`).
|
||||
A list of exports which will be placed in the `/etc/exports` file. See Ubuntu's simple [Network File System (NFS)](https://help.ubuntu.com/lts/serverguide/network-file-system.html.en) guide for more info and examples. (Simple example: `nfs_exports: [ "/home/public *(rw,sync,no_root_squash)" ]`).
|
||||
|
||||
nfs_rpcbind_state: started
|
||||
nfs_rpcbind_enabled: true
|
||||
|
|
Loading…
Reference in a new issue