Merge "Remove ansible serial: option for haproxy and rabbitmq."

This commit is contained in:
Jenkins
2016-09-22 08:01:06 +00:00
committed by Gerrit Code Review

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,