mirror of
https://github.com/openshift/openshift-ansible-contrib.git
synced 2026-02-05 09:45:58 +01:00
7 lines
170 B
YAML
7 lines
170 B
YAML
---
|
|
- name: Launch the CloudFormation Template
|
|
cloudformation:
|
|
region: "{{ ec2_region }}"
|
|
stack_name: openshift-{{ cluster_id }}-{{ env_id }}
|
|
state: absent
|