2016-08-31 07:46:41 +00:00
|
|
|
---
|
|
|
|
- name: Pulling rally image
|
|
|
|
kolla_docker:
|
|
|
|
action: "pull_image"
|
|
|
|
common_options: "{{ docker_common_options }}"
|
2017-01-18 21:20:20 +08:00
|
|
|
image: "{{ item.value.image }}"
|
|
|
|
when:
|
|
|
|
- inventory_hostname in groups[item.value.group]
|
|
|
|
- item.value.enabled | bool
|
|
|
|
with_dict: "{{ rally_services }}"
|