Remove ansible serial: option for haproxy and rabbitmq.

By having serial in site.yml for these roles will mean (particularly
during an upgrade) that tasks can be executed out of the intended
order across hosts, leading to unexpected results.

Change-Id: I44f0c66c445d853a2e4af69119562f13b4424936
Closes-Bug: #1626096
This commit is contained in:
James McCarthy 2016-09-21 10:53:49 +01:00
parent d10015dbea
commit d5e5700fab

View File

@ -46,7 +46,6 @@
when: enable_telegraf | bool }
- hosts: haproxy
serial: '{{ serial|default("0") }}'
roles:
- { role: haproxy,
tags: haproxy,
@ -91,7 +90,6 @@
when: enable_multipathd | bool }
- hosts: rabbitmq
serial: '{{ serial|default("0") }}'
roles:
- { role: rabbitmq,
tags: rabbitmq,