6defea46cb
Co-Authored-By: caoyuan <cao.yuan@99cloud.net> Change-Id: I0604d262965b27b8bf6c560238811f81c830ea1a Partially-implements: blueprint better-reconfigure
11 lines
294 B
YAML
11 lines
294 B
YAML
---
|
|
- name: Pulling collectd 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: "{{ collectd_services }}"
|