aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/noheat/infra-openstack/ansible/destroy.yml
blob: 6091e597d64f92e72a6ce17f6f97e9d7b040aa1e (plain)
1
2
3
4
5
6
7
8
9
10
---
- name: Destroy infrastructure
  hosts: localhost
  connection: local
  gather_facts: False
  roles:
    - openstack/destroy_devstack_hosts
    - openstack/destroy_devstack_keypair
    - openstack/destroy_devstack_network
    - openstack/destroy_devstack_securitygroup