generate_awx_inventory_source_from_chef
Create AWX/AAP inventory sources from Chef server configurations to automate infrastructure management and deployment workflows.
Instructions
Generate AWX/AAP inventory source from Chef server configuration.
Args: chef_server_url: Chef server URL for inventory sync organization: AWX organization name sync_schedule: Inventory sync schedule (hourly, daily, weekly)
Returns: AWX/AAP inventory source configuration for Chef server integration
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chef_server_url | Yes | ||
| organization | No | Default | |
| sync_schedule | No | daily |