aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/noheat/infra-openstack/ansible/destroy.yml
blob: ca1455f5f85d0e825a50011a32963106adc18138 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
- name: Destroy infrastructure
  hosts: localhost
  connection: local
  gather_facts: False
  roles:
    - role: openstack/destroy_devstack_hosts
      hosts: "{{ cluster.hosts }}"
    - role: openstack/destroy_devstack_hosts
      hosts: "{{ operation.hosts }}"
    - openstack/destroy_devstack_keypair
    - openstack/destroy_devstack_network
    - openstack/destroy_devstack_securitygroup