keycloak-scim/.github/scripts/ansible/roles/aws_ec2/tasks/main.yml
Ryan Emerson 67f6f2f657
Add Multi-AZ Aurora DB to CI store-integration-tests
Closes #26730

Signed-off-by: Ryan Emerson <remerson@redhat.com>
2024-02-14 16:51:08 +01:00

12 lines
307 B
YAML

- debug: var=cluster_identifier
- debug: var=region
- debug: var=cluster_name
- include_tasks: create-resources.yml
when: operation == "create"
- include_tasks: manage-instances.yml
when: operation == "start" or operation == "stop"
- include_tasks: delete-resources.yml
when: operation == "delete"