generate_canary_deployment_strategy
Create a gradual Ansible canary deployment strategy with defined rollout steps, monitoring, and automated rollback for application updates.
Instructions
Generate Ansible canary deployment strategy with gradual rollout.
Args: app_name: Name of the application for canary deployment canary_percentage: Initial canary traffic percentage rollout_steps: Comma-separated rollout percentages
Returns: Canary deployment strategy with monitoring and automated rollback
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_name | Yes | ||
| canary_percentage | No | ||
| rollout_steps | No | 10,25,50,100 |