kolla/ansible/roles/kibana/tasks/pull.yml
akwasniewska 3672152d9d Added Kibana and its deployment.
Part of ELK stack. Includes Dockerfiles for both Centos and Ubuntu.

Change-Id: I1d955a5c51e416cc572eb2c9b4c57982a1d6ab67
Partially-implements: blueprint central-logging-service
2016-01-26 15:53:13 +00:00

6 lines
157 B
YAML

- name: Pulling Kibana image
kolla_docker:
action: "pull_image"
common_options: "{{ docker_common_options }}"
image: "{{ kibana_image_full }}"