ansible-collections/ibm.spectrum_virtualize

Where can I find example parameters for some of these modules?

Closed this issue · 2 comments

upenr commented

Where can I find example parameters for ibm_svc_volume_clone, ibm_svc_volume_snapshot, ibm_svc_volume_fcconsistgrp?

Hi,

From what I found there are two ways to find this out:

  1. Look in plugins/modules/module_name.py and you can see some examples
  2. It's documented on Ansible Automation Hub if you have a Red Hat Subscription (https://cloud.redhat.com/ansible/automation-hub/ibm/spectrum_virtualize/docs)

There may documentation elsewhere, but the above is what worked for me.

Hope this helps.

Thanks @talorh. Closing the issue.