2016-01-05 17:52:38 +00:00
|
|
|
---
|
2017-01-23 11:39:01 -03:00
|
|
|
- name: Pulling haproxy images
|
2016-01-05 17:52:38 +00:00
|
|
|
kolla_docker:
|
|
|
|
action: "pull_image"
|
|
|
|
common_options: "{{ docker_common_options }}"
|
2017-01-23 11:39:01 -03:00
|
|
|
image: "{{ item.value.image }}"
|
|
|
|
when:
|
|
|
|
- inventory_hostname in groups[item.value.group]
|
|
|
|
- item.value.enabled | bool
|
|
|
|
with_dict: "{{ haproxy_services }}"
|