Andy Bavier | 175cfaf | 2017-03-13 18:09:21 -0400 | [diff] [blame] | 1 | --- |
2 | # pull-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/pull-images-playbook.yml |