blob: 434e3ed3591340b11d203c7744ac96ed35ab9568 [file] [log] [blame]
Andy Bavier175cfaf2017-03-13 18:09:21 -04001---
2# publish-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/publish-images-playbook.yml