blob: c0aa7cae450f7a2b5a01849d40bb31b973428d78 [file] [log] [blame]
Scott Bakerc41914d2017-06-26 14:00:52 -07001---
2
3- name: Include vars
4 hosts: all
5 tasks:
6 - name: Include variables
7 include_vars: "{{ item }}"
8 with_items:
9 - "/opt/cord/build/platform-install/profile_manifests/{{ cord_profile }}.yml"
10 - /opt/cord/build/platform-install/profile_manifests/local_vars.yml
11
12- name: Create config and inventory for talking to cmi
13 hosts: all
14 roles:
15 - generate-inventory