generate_inventory_from_chef_environments
Creates Ansible inventory files by converting Chef environment configurations into structured host groups for infrastructure migration.
Instructions
Generate complete Ansible inventory from Chef environments directory.
Args: environments_directory: Path to Chef environments directory output_format: Output format ("yaml", "ini", or "both")
Returns: Complete Ansible inventory structure with environment-based groups
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environments_directory | Yes | ||
| output_format | No | yaml |