blob: ff9d5fccf9a8886d3ae4853702f058cc5d1dbefb [file] [log] [blame]
---
- 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