Hello,
I have 2 shares having the same name.
They are used for 2 different qtrees located in different volumes.
I want to modify one share, used for a given qtree/volume.
When creating the share, I can specify a NAS path.
When I modify the share to add or remove users, how can I specify the path or volume/qtree ?
- name: user | create | add user
na_ontap_cifs_acl:
state: present
share_name: "{{ nas_share_name }}"
user_or_group: "{{ _nas_cifs_user | default(nas_cifs_user) }}"
permission: "{{ nas_permission }}"
vserver: "vs{{ target }}"
hostname: "{{ nas_hostname }}"
username: "{{ nas_username }}"
password: "{{ nas_password }}"
https: true
validate_certs: false
Based on the documentation, there is no field to specify the path, or volume/qtree.
Context: Netapp Ontap collection 22.6.0