#cifs users-and-groups privileges

1 messages · Page 1 of 1 (latest)

livid ether
#

Greetings everyone,

We are heavily using Ansible for our NetApp configuration and I was wondering if it is possible to configure the cifs privileges with an Ansible module?
I wasn't able to find any information on this config in the Ansible doc.

Thanks in advance.

BR,
Luc

strange solstice
#

netapp.ontap.na_ontap_rest_cli:
<<: *clusterlogin
command: 'cifs/users-and-groups/privilege/add-privilege'
verb: 'POST'
body: { "vserver":"{{ vservername }}","user-or-group-name":"{{ tcbaccount }}","privileges": ["SeTcbPrivilege"] }

livid ether
#

thx @strange solstice this will help us workaround the gaps
didn't come across the module before