diff options
Diffstat (limited to 'ansible_collections/dellemc/unity/plugins/modules/nfs.py')
-rw-r--r-- | ansible_collections/dellemc/unity/plugins/modules/nfs.py | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/ansible_collections/dellemc/unity/plugins/modules/nfs.py b/ansible_collections/dellemc/unity/plugins/modules/nfs.py index 473e40b2a..d0426f9cf 100644 --- a/ansible_collections/dellemc/unity/plugins/modules/nfs.py +++ b/ansible_collections/dellemc/unity/plugins/modules/nfs.py @@ -395,15 +395,15 @@ EXAMPLES = r""" filesystem_id: "fs_377" adv_host_mgmt_enabled: false no_access_hosts: - - domain: "google.com" + - domain: "google.com" read_only_hosts: - - netgroup: "netgroup_admin" + - netgroup: "netgroup_admin" read_only_root_hosts: - - host_name: "host5" + - host_name: "host5" read_write_hosts: - - subnet: "168.159.57.4/255.255.255.0" + - subnet: "168.159.57.4/255.255.255.0" read_write_root_hosts: - - ip_address: "10.255.2.4" + - ip_address: "10.255.2.4" host_state: "present-in-export" state: "present" @@ -417,15 +417,15 @@ EXAMPLES = r""" filesystem_id: "fs_377" adv_host_mgmt_enabled: false no_access_hosts: - - domain: "google.com" + - domain: "google.com" read_only_hosts: - - netgroup: "netgroup_admin" + - netgroup: "netgroup_admin" read_only_root_hosts: - - host_name: "host5" + - host_name: "host5" read_write_hosts: - - subnet: "168.159.57.4/255.255.255.0" + - subnet: "168.159.57.4/255.255.255.0" read_write_root_hosts: - - ip_address: "10.255.2.4" + - ip_address: "10.255.2.4" host_state: "absent-in-export" state: "present" |