blob: d097b7449df41c7c288bca359f8d88565747ff84 [file] [log] [blame]
Andy Bavier175cfaf2017-03-13 18:09:21 -04001---
2# build-xos-playbook.yml
3
4- name: Include vars
5 hosts: localhost
6 tasks:
7 - name: Include variables
8 include_vars: "{{ item }}"
9 with_items:
10 - "group_vars/all"
11 - "../../build/platform-install/profile_manifests/{{ cord_profile }}.yml"
12 - "../../build/platform-install/profile_manifests/local_vars.yml"
13
14- include: ../../orchestration/xos/build-images-playbook.yml