blob: 22f727c637b073662348d1d710d5cd1d51c7ce87 [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 CORD profile
13 hosts: cmi
14 roles:
15 - setup-cmi