blob: c0aa7cae450f7a2b5a01849d40bb31b973428d78 [file] [log] [blame]
---
- name: Include vars
hosts: all
tasks:
- name: Include variables
include_vars: "{{ item }}"
with_items:
- "/opt/cord/build/platform-install/profile_manifests/{{ cord_profile }}.yml"
- /opt/cord/build/platform-install/profile_manifests/local_vars.yml
- name: Create config and inventory for talking to cmi
hosts: all
roles:
- generate-inventory