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:
parent
d10015dbea
commit
d5e5700fab
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user