convert_chef_environment_to_inventory_group
Convert Chef environment files to Ansible inventory groups with variables, enabling migration of infrastructure configurations between automation platforms.
Instructions
Convert Chef environment to Ansible inventory group with variables.
Args: environment_content: Ruby content of the Chef environment file environment_name: Name of the Chef environment include_constraints: Whether to include cookbook version constraints
Returns: Ansible inventory group configuration with variables
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environment_content | Yes | ||
| environment_name | Yes | ||
| include_constraints | No |