aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/noheat/infra-openstack/ansible/destroy.yml
blob: 1564e30886db3d704ab4b1f0f0558e214174672f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
- name: Destroy infrastructure
  hosts: localhost
  connection: local
  gather_facts: False
  roles:
    - role: destroy_hosts
      hosts: "{{ cluster.hosts }}"
    - role: destroy_hosts
      hosts: "{{ operation.hosts }}"
    - role: destroy_hosts
      hosts: "{{ openstack.hosts }}"
    - destroy_keypair
    - destroy_network
    - destroy_securitygroup