Skip to content
Snippets Groups Projects
Commit f16fa6d7 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Allow haproxy role to pull images"

parents aa111015 e435042b
No related branches found
No related tags found
No related merge requests found
---
- include: config.yml
when: inventory_hostname in groups['haproxy']
- include: start.yml
when: inventory_hostname in groups['haproxy']
--- ---
- include: config.yml - include: "{{ action }}.yml"
when: inventory_hostname in groups['haproxy']
- include: start.yml
when: inventory_hostname in groups['haproxy']
---
- name: Pulling keepalived image
kolla_docker:
action: "pull_image"
common_options: "{{ docker_common_options }}"
image: "{{ keepalived_image_full }}"
when: inventory_hostname in groups['haproxy']
- name: Pulling haproxy image
kolla_docker:
action: "pull_image"
common_options: "{{ docker_common_options }}"
image: "{{ haproxy_image_full }}"
when: inventory_hostname in groups['haproxy']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment