blob: cb5f7a040a7f67a304bf056db00576dd4ccc57eb [file] [log] [blame]
Zack Williams5223dd92017-02-28 23:38:02 -07001---
2# build-core-image-playbook.yml
3
4- name: Include vars
5 hosts: build
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: Build the XOS core image
14 hosts: build
15 roles:
16 - xos-core-build
17