ff9d5fccf9a8886d3ae4853702f058cc5d1dbefb
[integration.git] / deployment / noheat / infra-openstack / ansible / destroy.yml
1 ---
2 - name: Destroy infrastructure
3   hosts: localhost
4   connection: local
5   gather_facts: False
6   roles:
7     - role: destroy_hosts
8       hosts: "{{ cluster.hosts }}"
9     - role: destroy_hosts
10       hosts: "{{ operation.hosts }}"
11     - destroy_keypair
12     - destroy_network
13     - destroy_securitygroup