generate_awx_job_template_from_cookbook
Convert Chef cookbooks into AWX/Ansible Automation Platform job templates for automated infrastructure deployment and configuration management.
Instructions
Generate AWX/AAP job template configuration from Chef cookbook.
Args: cookbook_path: Path to Chef cookbook directory cookbook_name: Name of the cookbook for job template target_environment: Target environment for the job template include_survey: Whether to include survey spec for cookbook attributes
Returns: AWX/AAP job template JSON configuration
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cookbook_path | Yes | ||
| cookbook_name | Yes | ||
| target_environment | No | production | |
| include_survey | No |