noheat: Upgrades, refactor, deploy Devstack
[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     - role: destroy_hosts
12       hosts: "{{ openstack.hosts }}"
13     - destroy_keypair
14     - destroy_network
15     - destroy_securitygroup