Add an example for mounting NFS. (#64974)
This commit is contained in:
parent
12670f5a80
commit
2460470ae7
1 changed files with 8 additions and 0 deletions
|
@ -145,6 +145,14 @@ EXAMPLES = r'''
|
|||
opts: bind
|
||||
state: mounted
|
||||
fstype: none
|
||||
|
||||
- name: Mount an NFS volume
|
||||
mount:
|
||||
src: 192.168.1.100:/nfs/ssd/shared_data
|
||||
path: /mnt/shared_data
|
||||
opts: rw,sync,hard,intr
|
||||
state: mounted
|
||||
fstype: nfs
|
||||
'''
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue