generate_playbook_from_recipe
Convert Chef recipes to Ansible playbooks for infrastructure migration. Processes Ruby recipe files into complete YAML playbooks with tasks, handlers, and variables.
Instructions
Generate a complete Ansible playbook from a Chef recipe.
Args: recipe_path: Path to the Chef recipe (.rb) file.
Returns: Complete Ansible playbook in YAML format with tasks, handlers, and variables.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipe_path | Yes |