Scott Baker | 5719654 | 2017-04-11 15:48:17 -0700 | [diff] [blame] | 1 | --- |
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 |