blob: 17c44ed846c5490e4c0103f8d6b7368d89f86316 [file] [log] [blame]
---
# teardown-playbook.yml
- name: Include vars
hosts: all
tasks:
- name: Include variables
include_vars: "{{ item }}"
with_items:
- "profile_manifests/{{ cord_profile }}.yml"
- profile_manifests/local_vars.yml
- name: Teardown CORD profile
hosts: head
roles:
- teardown-profile