blob: 1880c1f7e7eb3e01ba2de37cb7b7ed777df8c85d [file] [log] [blame]
---
# glance-images-playbook.yml
# Downloads glance images required by profile
- name: Include vars
hosts: head
tasks:
- name: Include variables
include_vars: "{{ item }}"
with_items:
- "profile_manifests/{{ cord_profile }}.yml"
- profile_manifests/local_vars.yml
- name: Download images for Glance
hosts: head
roles:
- glance-images