Merge "Serialize haproxy plays"

This commit is contained in:
Zuul 2018-03-17 07:41:47 +00:00 committed by Gerrit Code Review
commit 1f97d3f75b

View File

@ -16,6 +16,7 @@
- name: haproxy base config
hosts: haproxy
gather_facts: "{{ osa_gather_facts | default(True) }}"
serial: "50%"
user: root
pre_tasks:
- include: "common-tasks/os-{{ container_tech | default('lxc') }}-container-setup.yml"
@ -40,6 +41,7 @@
- name: Install haproxy
hosts: haproxy
serial: "50%"
gather_facts: "{{ osa_gather_facts | default(True) }}"
user: root
pre_tasks: