ansible-collections / ibm.spectrum_virtualize

IBM Spectrum Virtualize
GNU General Public License v3.0
21 stars 26 forks source link

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

Closed upenr closed 4 years ago

upenr commented 4 years ago

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

talorh commented 4 years ago

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.

rohitk-github commented 4 years ago

Thanks @talorh. Closing the issue.