deprovision.yml 325 B

123456789101112
  1. ---
  2. # Warning, use with caution, this will remove all resources
  3. # from the group.
  4. - hosts: localhost
  5. gather_facts: no
  6. tasks:
  7. - name: delete resource group
  8. azure_rm_resourcegroup:
  9. name: "{{ openshift_azure_resource_group_name }}"
  10. state: absent
  11. force: yes # removes all resources within the group