generate_awx_workflow_from_chef_runlist
Converts Chef runlists into AWX/AAP workflow templates with job dependencies for automated infrastructure deployment.
Instructions
Generate AWX/AAP workflow template from Chef runlist.
Args: runlist_content: Chef runlist content (JSON or comma-separated) workflow_name: Name for the workflow template environment: Target environment for workflow execution
Returns: AWX/AAP workflow template configuration with job dependencies
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runlist_content | Yes | ||
| workflow_name | Yes | ||
| environment | No | production |