Trying to create/manage an ONTAP vServer that ONLY has NFS services configured/allowed.
The services parameter in na_ontap_svm module doesn't support S3. Would like to be able to disallow S3 service during SVM creation.
Expecting to be able to include parameters to services such as:
s3:
allowed: false
Currently, this forces me to manually remove S3 support from the SVM by other means.
::> vserver remove-protocols -vserver vserver1 -protocols s3
Noting that in the code...seem to be aware of this with a #TODO comment.
I didn't seem to find a corresponding open issue in GitHub.
Summary
Trying to create/manage an ONTAP vServer that ONLY has NFS services configured/allowed. The services parameter in na_ontap_svm module doesn't support S3. Would like to be able to disallow S3 service during SVM creation.
Expecting to be able to include parameters to services such as:
Currently, this forces me to manually remove S3 support from the SVM by other means.
::> vserver remove-protocols -vserver vserver1 -protocols s3
Noting that in the code...seem to be aware of this with a #TODO comment.
I didn't seem to find a corresponding open issue in GitHub.
https://github.com/ansible-collections/netapp.ontap/blob/67a7e09bbc49b0fb80d9e7bf8fbbd0e085a2946f/plugins/modules/na_ontap_svm.py#L382
Component Name
na_ontap_svm
Additional Information
The services module doesn't support S3. Expecting to be able to include parameters to services such as: