blob: 17c44ed846c5490e4c0103f8d6b7368d89f86316 [file] [log] [blame]
Zack Williamsa2763112017-01-03 11:38:38 -07001---
2# teardown-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-profile