blob: c7ce7626f0399165a0c0f340f0ed653747593051 [file] [log] [blame]
Scott Baker57196542017-04-11 15:48:17 -07001---
2# publish-platform-install-playbook.yml
3
4- name: Include vars
Zack Williamsc989f262017-05-11 13:02:59 -07005 hosts: build
Scott Baker57196542017-04-11 15:48:17 -07006 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: Publish the core image
Zack Williamsc989f262017-05-11 13:02:59 -070014 hosts: build
Scott Baker57196542017-04-11 15:48:17 -070015 roles:
16 - xos-core-publish
17