aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/noheat/infra-openstack/ansible/destroy.yml
blob: ff9d5fccf9a8886d3ae4853702f058cc5d1dbefb (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: destroy_hosts
      hosts: "{{ cluster.hosts }}"
    - role: destroy_hosts
      hosts: "{{ operation.hosts }}"
    - destroy_keypair
    - destroy_network
    - destroy_securitygroup