assess_chef_migration_complexity
Analyze Chef cookbooks to determine migration complexity to Ansible, providing assessment and recommendations for infrastructure automation transition.
Instructions
Assess the complexity of migrating Chef cookbooks to Ansible with detailed analysis.
Args: cookbook_paths: Comma-separated paths to Chef cookbooks or cookbook directory migration_scope: Scope of migration (full, recipes_only, infrastructure_only) target_platform: Target platform (ansible_awx, ansible_core, ansible_tower)
Returns: Comprehensive migration complexity assessment with recommendations
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cookbook_paths | Yes | ||
| migration_scope | No | full | |
| target_platform | No | ansible_awx |