ansible-collections / netapp.ontap

Ansible collection to support NetApp ONTAP configuration.
https://galaxy.ansible.com/netapp/ontap
GNU General Public License v3.0
51 stars 34 forks source link

Add support for activity_tracking #207

Open Davidforster1 opened 2 months ago

Davidforster1 commented 2 months ago

Summary

Currently there is no way to enable activity_tracking using the modules available. Whilst it is possible to enable analytics using this module, you cannot enable activity_tracking in the same way. I have had to use the REST API to do this instead which adds complexity to my Ansible Playbook.

Component Name

netapp.ontap.na_ontap_volume module

Additional Information

Would be easy to enable like this, similar to how analytics is already configured:

    - name: Create volume
      netapp.ontap.na_ontap_volume:
        vserver: testsvm
        state: present
        name: testvol
        analytics: on
        activity_tracking: on
csahu1 commented 2 months ago

@Davidforster1 we've story 6838 open for this enhancement.