blob: 576e21d6c395b78b37284dc0d530c4384575a86c [file] [log] [blame]
Scott Baker57196542017-04-11 15:48:17 -07001---
2# publish-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: Publish the core image
14 hosts: localhost
15 roles:
16 - xos-core-publish
17