generate_awx_project_from_cookbooks
Convert Chef cookbooks to AWX/AAP project configuration for automated deployment, generating playbooks from cookbook directories with SCM integration.
Instructions
Generate AWX/AAP project configuration from Chef cookbooks directory.
Args: cookbooks_directory: Path to Chef cookbooks directory project_name: Name for the AWX project scm_type: SCM type (git, svn, etc.) scm_url: SCM repository URL
Returns: AWX/AAP project configuration with converted playbooks structure
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cookbooks_directory | Yes | ||
| project_name | Yes | ||
| scm_type | No | git | |
| scm_url | No |