فهرست منبع

add deprovision playbook for cluster-operator infrastructure

use existing playbooks/aws/cluster-operator/* uninstall playbooks to create an uninstall playbook for cluster-operator infrastructure
Joel Diaz 7 سال پیش
والد
کامیت
924370fa8a
1فایلهای تغییر یافته به همراه21 افزوده شده و 0 حذف شده
  1. 21 0
      playbooks/cluster-operator/aws/uninstall_infrastructure.yml

+ 21 - 0
playbooks/cluster-operator/aws/uninstall_infrastructure.yml

@@ -0,0 +1,21 @@
+---
+- name: Deprovision infrastructure
+  hosts: localhost
+  tasks:
+  - name: Alert user to variables needed - clusterid
+    debug:
+      msg: "openshift_aws_clusterid={{ openshift_aws_clusterid }}"
+
+  - name: Alert user to variables needed - region
+    debug:
+      msg: "openshift_aws_region={{ openshift_aws_region }}"
+
+- import_playbook: ../../aws/openshift-cluster/uninstall_elb.yml
+
+- import_playbook: ../../aws/openshift-cluster/uninstall_s3.yml
+
+- import_playbook: ../../aws/openshift-cluster/uninstall_sec_group.yml
+
+- import_playbook: ../../aws/openshift-cluster/uninstall_ssh_keypair.yml
+
+- import_playbook: ../../aws/openshift-cluster/uninstall_vpc.yml