Add an example for mounting NFS. (#64974)

pull/65305/head
majerus1223 6 years ago committed by Sandra McCann
parent 12670f5a80
commit 2460470ae7

@ -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…
Cancel
Save