Andy Bavier | d2cab42 | 2017-07-24 16:38:24 -0700 | [diff] [blame] | 1 | --- |
2 | # publish-platform-install-playbook.yml | ||||
3 | |||||
4 | - name: Include vars | ||||
5 | hosts: build | ||||
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 | - ../ib_actions.yml | ||||
13 | |||||
14 | - name: Publish Docker images to registry | ||||
15 | hosts: build | ||||
16 | roles: | ||||
17 | - xos-core-publish | ||||
18 | - imagebuilder-publish |