Using inputs in catalog item

I am creating a catalog item (instance) with multiple input options. In the “ADD CATALOG ITEM” dialog,
when I get to the “Configuration Wizard” stage, it takes me to the “Create Instance” page, where I add a provisioning workflow (ansible) in the “Automation” stage. When I click “Complete”, I see the JSON output. I was wondering if it’s possible to access data from that provisioning workflow in the JSON code? I would like to replace some variables in ansible workflow with the custom inputs.

You can just use the customOptions and other variables in your ansible. Ansible — Morpheus Docs documentation

{{ morpheus['customOptions']['username'] }}

and as @mreed mentioned and wrote about, can inject the variables using command options vs setting them in playbook Morpheus 5.4.3 Ansible Enhancements