blob: 84666936b9c51418f7e5a73419975fa693945bde [file] [log] [blame]
Scott Baker57196542017-04-11 15:48:17 -07001---
2# build-platform-install-playbook.yml
3
4- name: Include vars
5 hosts: localhost
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 core image
14 hosts: localhost
15 roles:
16 - xos-core-build
17
18