IBM / ibm_zos_zosmf

Ansible collection to work with z/OS based on z/OS Management Facility (z/OSMF).
21 stars 14 forks source link

Allow zmf_body to be set in previous tasks #80

Closed freemanlatrell closed 3 years ago

freemanlatrell commented 4 years ago

Since the current provisioning body doesn't support Input Variables, we added the flexibility to allow users to provide their own Body which allows us to pass in the Input Variables field.

Current Body:

'{"domain-name":"{{ domain_name }}","tenant-name":"{{ tenant_name }}","systems-nicknames":["{{ systems_nicknames }}"]}'

Body we would like to pass to support Input Variables:

zmf_body: '{"input-variables":{{ input_variables }},"domain-name":"{{ zosmf_domain }}"}'