convert_chef_deployment_to_ansible_strategy
Convert Chef deployment recipes to Ansible strategies, generating playbooks for rolling updates, blue-green, or canary deployments.
Instructions
Convert Chef application deployment recipe to Ansible deployment strategy.
Args: deployment_recipe_path: Path to Chef deployment recipe deployment_pattern: Chef deployment pattern (blue_green, rolling, canary, auto_detect) target_strategy: Target Ansible strategy (rolling_update, blue_green, canary)
Returns: Ansible playbook with deployment strategy implementation
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deployment_recipe_path | Yes | ||
| deployment_pattern | No | auto_detect | |
| target_strategy | No | rolling_update |