b4632d2a24
Change-Id: Ia658b0774ce009feb6b4e73363114f7922833835 Partially-implements: blueprint better-reconfigure
11 lines
294 B
YAML
11 lines
294 B
YAML
---
|
|
- name: Pulling telegraf image
|
|
kolla_docker:
|
|
action: "pull_image"
|
|
common_options: "{{ docker_common_options }}"
|
|
image: "{{ item.value.image }}"
|
|
when:
|
|
- inventory_hostname in groups[item.value.group]
|
|
- item.value.enabled | bool
|
|
with_dict: "{{ telegraf_services }}"
|