blob: 9d15aa95c6a121233e9b23823f2f1f3275363e1f [file] [log] [blame]
Andy Bavier6220bd62017-02-16 17:41:30 -08001---
2# teardown-openstack-playbook.yml
3
4- name: Include vars
5 hosts: all
6 tasks:
7 - name: Include variables
8 include_vars: "{{ item }}"
9 with_items:
10 - "profile_manifests/{{ cord_profile }}.yml"
11 - profile_manifests/local_vars.yml
12
13- name: Teardown CORD profile
14 hosts: head
15 roles:
16 - teardown-openstack