kolla-ansible/ansible/roles/telegraf/tasks/pull.yml
Mathias Ewald 56af4ef202 Added telegraf role
Added ansible role to deploy telegraf

Roll out telegraf to all nodes

Introduce parameter to toggle deployment of performance monitoring

Co-Authored-By: zhubingbing <zhubingbing10@gmail.com>

Change-Id: Ia09b20ce65bf557c1a1030eda99df5cc88debd01
Partially-Implements: Blueprint performance-monitoring
2016-09-14 15:43:04 +00:00

7 lines
165 B
YAML

---
- name: Pulling telegraf image
kolla_docker:
action: "pull_image"
common_options: "{{ docker_common_options }}"
image: "{{ telegraf_image_full }}"