generate_blue_green_deployment_playbook
Creates Ansible playbooks for blue/green deployments from application configurations, enabling zero-downtime updates with health checks and rollback capabilities.
Instructions
Generate Ansible blue/green deployment playbook from application configuration.
Args: app_name: Name of the application to deploy service_config: JSON configuration for service setup health_check_url: URL endpoint for health checks
Returns: Complete blue/green deployment playbook with rollback capabilities
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_name | Yes | ||
| service_config | No | ||
| health_check_url | No | /health |