netapp.ontap.na_ontap_nfs module – NetApp ONTAP NFS status

Note

This module is part of the netapp.ontap collection (version 22.11.0).

You might already have this collection installed if you are using the ansible package. It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install netapp.ontap. You need further requirements to be able to use this module, see Requirements for details.

To use it in a playbook, specify: netapp.ontap.na_ontap_nfs.

New in netapp.ontap 2.6.0

Synopsis

  • Enable or disable NFS on ONTAP

Requirements

The below requirements are needed on the host that executes this module.

  • Ansible 2.9 or later - 2.12 or later is recommended.

  • Python3 - 3.9 or later is recommended.

  • When using ZAPI, netapp-lib 2018.11.13 or later (install using ‘pip install netapp-lib’), netapp-lib 2020.3.12 is strongly recommended as it provides better error reporting for connection issues

  • a physical or virtual clustered Data ONTAP system, the modules support Data ONTAP 9.1 and onward, REST support requires ONTAP 9.6 or later

Parameters

Parameter

Comments

cert_filepath

string

added in netapp.ontap 20.6.0

path to SSL client cert file (.pem).

not supported with python 2.6.

feature_flags

dictionary

added in netapp.ontap 20.5.0

Enable or disable a new feature.

This can be used to enable an experimental feature or disable a new feature that breaks backward compatibility.

Supported keys and values are subject to change without notice. Unknown keys are ignored.

force_ontap_version

string

added in netapp.ontap 21.23.0

Override the cluster ONTAP version when using REST.

The behavior is undefined if the version does not match the target cluster.

This is provided as a work-around when the cluster version cannot be read because of permission issues. See https://github.com/ansible-collections/netapp.ontap/wiki/Known-issues.

This should be in the form 9.10 or 9.10.1 with each element being an integer number.

When use_rest is set to auto, this may force a switch to ZAPI based on the version and platform capabilities.

Ignored with ZAPI.

hostname

string / required

The hostname or IP address of the ONTAP instance.

http_port

integer

Override the default port (80 or 443) with this port

https

boolean

Enable and disable https.

Ignored when using REST as only https is supported.

Ignored when using SSL certificate authentication as it requires SSL.

Choices:

  • false ← (default)

  • true

key_filepath

string

added in netapp.ontap 20.6.0

path to SSL client key file.

nfsv3

string

status of NFSv3.

Choices:

  • "enabled"

  • "disabled"

nfsv3_fsid_change

string

added in netapp.ontap 2.7.0

status of if NFSv3 clients see change in FSID as they traverse filesystems.

Choices:

  • "enabled"

  • "disabled"

nfsv4

string

status of NFSv4.

Choices:

  • "enabled"

  • "disabled"

nfsv40_acl

string

added in netapp.ontap 2.7.0

status of NFS v4.0 ACL feature

Choices:

  • "enabled"

  • "disabled"

nfsv40_read_delegation

string

added in netapp.ontap 2.7.0

status for NFS v4.0 read delegation feature.

Choices:

  • "enabled"

  • "disabled"

nfsv40_referrals

string

added in netapp.ontap 2.9.0

status for NFS v4.0 referrals.

Choices:

  • "enabled"

  • "disabled"

nfsv40_write_delegation

string

added in netapp.ontap 2.7.0

status for NFS v4.0 write delegation feature.

Choices:

  • "enabled"

  • "disabled"

nfsv41

aliases: nfsv4.1

string

status of NFSv41.

usage of nfsv4.1 is deprecated as it does not match Ansible naming convention. The alias will be removed.

please use nfsv41 exclusively for this option.

Choices:

  • "enabled"

  • "disabled"

nfsv41_acl

string

added in netapp.ontap 2.7.0

status of NFS v4.1 ACL feature

Choices:

  • "enabled"

  • "disabled"

nfsv41_pnfs

string

added in netapp.ontap 2.9.0

status of NFSv41 pNFS.

Choices:

  • "enabled"

  • "disabled"

nfsv41_read_delegation

string

added in netapp.ontap 2.7.0

status for NFS v4.1 read delegation feature.

Choices:

  • "enabled"

  • "disabled"

nfsv41_referrals

string

added in netapp.ontap 2.9.0

status for NFS v4.1 referrals.

Choices:

  • "enabled"

  • "disabled"

nfsv41_write_delegation

string

added in netapp.ontap 2.7.0

status for NFS v4.1 write delegation feature.

Choices:

  • "enabled"

  • "disabled"

nfsv4_fsid_change

string

added in netapp.ontap 2.9.0

status of if NFSv4 clients see change in FSID as they traverse filesystems.

Choices:

  • "enabled"

  • "disabled"

nfsv4_id_domain

string

Name of the nfsv4_id_domain to use.

nfsv4_numeric_ids

string

added in netapp.ontap 2.9.0

status of NFSv4 numeric ID’s.

Choices:

  • "enabled"

  • "disabled"

ontapi

integer

The ontap api version to use

password

aliases: pass

string

Password for the specified user.

root

dictionary

added in netapp.ontap 22.3.0

This option can be set or modified when using REST.

It requires ONTAP 9.11.0 or later.

ignore_nt_acl

boolean

Specifies whether Windows ACLs affect root access from NFS.

If this option is enabled, root access from NFS ignores the NT ACL set on the file or directory.

Choices:

  • false

  • true

skip_write_permission_check

boolean

Specifies if permission checks are to be skipped for NFS WRITE calls from root/owner.

For copying read-only files to a destination folder which has inheritable ACLs, this option must be enabled.

Choices:

  • false

  • true

security

dictionary

added in netapp.ontap 22.3.0

This option can be set or modified when using REST.

It requires ONTAP 9.11.0 or later.

chown_mode

string

Specifies whether file ownership can be changed only by the superuser, or if a non-root user can also change file ownership.

If this option is set to restricted, file ownership can be changed only by the superuser, even though the on-disk permissions allow a non-root user to change file ownership.

If this option is set to unrestricted, file ownership can be changed by the superuser and by the non-root user, depending upon the access granted by on-disk permissions.

If this option is set to use-export-policy, file ownership can be changed in accordance with the relevant export rules.

Choices:

  • "restricted"

  • "unrestricted"

  • "use_export_policy"

nt_acl_display_permission

boolean

Controls the permissions that are displayed to NFSv3 and NFSv4 clients on a file or directory that has an NT ACL set.

When true, the displayed permissions are based on the maximum access granted by the NT ACL to any user.

When false, the displayed permissions are based on the minimum access granted by the NT ACL to any user.

Choices:

  • false

  • true

ntfs_unix_security

string

Specifies how NFSv3 security changes affect NTFS volumes.

If this option is set to ignore, ONTAP ignores NFSv3 security changes.

If this option is set to fail, this overrides the UNIX security options set in the relevant export rules.

If this option is set to use_export_policy, ONTAP processes NFSv3 security changes in accordance with the relevant export rules.

Choices:

  • "ignore"

  • "fail"

  • "use_export_policy"

permitted_encryption_types

list / elements=string

Specifies the permitted encryption types for Kerberos over NFS.

rpcsec_context_idle

integer

Specifies, in seconds, the amount of time a RPCSEC_GSS context is permitted to remain unused before it is deleted.

service_state

string

Whether the specified NFS should be enabled or disabled. Creates NFS service if doesnt exist.

Choices:

  • "started"

  • "stopped"

showmount

string

added in netapp.ontap 2.7.0

Whether SVM allows showmount.

With REST, supported from ONTAP 9.8 version.

Choices:

  • "enabled"

  • "disabled"

state

string

Whether NFS should exist or not.

Choices:

  • "present" ← (default)

  • "absent"

tcp

string

Enable TCP (support from ONTAP 9.3 onward).

Choices:

  • "enabled"

  • "disabled"

tcp_max_xfer_size

integer

added in netapp.ontap 2.8.0

TCP Maximum Transfer Size (bytes). The default value is 65536.

This option requires ONTAP 9.11.0 or later in REST.

udp

string

Enable UDP (support from ONTAP 9.3 onward).

Choices:

  • "enabled"

  • "disabled"

use_rest

string

Whether to use REST or ZAPI.

always – will always use the REST API if the module supports REST. A warning is issued if the module does not support REST. An error is issued if a module option is not supported in REST.

never – will always use ZAPI if the module supports ZAPI. An error may be issued if a REST option is not supported in ZAPI.

auto – will try to use the REST API if the module supports REST and modules options are supported. Reverts to ZAPI otherwise.

Default: "auto"

username

aliases: user

string

This can be a Cluster-scoped or SVM-scoped account, depending on whether a Cluster-level or SVM-level API is required.

For more information, please read the documentation https://mysupport.netapp.com/NOW/download/software/nmsdk/9.4/.

Two authentication methods are supported

  1. basic authentication, using username and password,

  2. SSL certificate authentication, using a ssl client cert file, and optionally a private key file.

To use a certificate, the certificate must have been installed in the ONTAP cluster, and cert authentication must have been enabled.

validate_certs

boolean

If set to no, the SSL certificates will not be validated.

This should only set to False used on personally controlled sites using self-signed certificates.

Choices:

  • false

  • true ← (default)

vserver

string / required

Name of the vserver to use.

vstorage_state

string

status of vstorage_state.

Choices:

  • "enabled"

  • "disabled"

windows

dictionary

added in netapp.ontap 22.3.0

This option can be set or modified when using REST.

It requires ONTAP 9.11.0 or later.

default_user

string

Specifies the default Windows user for the NFS server.

map_unknown_uid_to_default_user

boolean

Specifies whether or not the mapping of an unknown UID to the default Windows user is enabled.

Choices:

  • false

  • true

v3_ms_dos_client_enabled

boolean

Specifies whether NFSv3 MS-DOS client support is enabled.

Choices:

  • false

  • true

Notes

Note

  • The modules prefixed with na_ontap are built to support the ONTAP storage platform.

  • https is enabled by default and recommended. To enable http on the cluster you must run the following commands ‘set -privilege advanced;’ ‘system services web modify -http-enabled true;’

Examples

- name: change nfs status
  netapp.ontap.na_ontap_nfs:
    state: present
    service_state: stopped
    vserver: vs_hack
    nfsv3: disabled
    nfsv4: disabled
    nfsv41: enabled
    tcp: disabled
    udp: disabled
    vstorage_state: disabled
    nfsv4_id_domain: example.com
    hostname: "{{ netapp_hostname }}"
    username: "{{ netapp_username }}"
    password: "{{ netapp_password }}"

- name: create nfs configuration - REST
  netapp.ontap.na_ontap_nfs:
    state: present
    service_state: stopped
    vserver: vs_hack
    nfsv3: disabled
    nfsv4: disabled
    nfsv41: enabled
    tcp: disabled
    udp: disabled
    vstorage_state: disabled
    nfsv4_id_domain: example.com
    hostname: "{{ netapp_hostname }}"
    username: "{{ netapp_username }}"
    password: "{{ netapp_password }}"

- name: Modify nfs configuration - REST
  netapp.ontap.na_ontap_nfs:
    state: present
    vserver: vs_hack
    root:
      ignore_nt_acl: true
      skip_write_permission_check: true
    security:
      chown_mode: restricted
      nt_acl_display_permission: true
      ntfs_unix_security: fail
      rpcsec_context_idle: 5
    windows:
      v3_ms_dos_client_enabled: true
      map_unknown_uid_to_default_user: false
      default_user: test_user
    tcp_max_xfer_size: 16384
    hostname: "{{ netapp_hostname }}"
    username: "{{ netapp_username }}"
    password: "{{ netapp_password }}"

- name: Delete nfs configuration
  netapp.ontap.na_ontap_nfs:
    state: absent
    vserver: vs_hack
    hostname: "{{ netapp_hostname }}"
    username: "{{ netapp_username }}"
    password: "{{ netapp_password }}"

Authors

  • NetApp Ansible Team (@carchi8py)