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

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

parents 62c3643f d5e5700f
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,6 @@ ...@@ -46,7 +46,6 @@
when: enable_telegraf | bool } when: enable_telegraf | bool }
- hosts: haproxy - hosts: haproxy
serial: '{{ serial|default("0") }}'
roles: roles:
- { role: haproxy, - { role: haproxy,
tags: haproxy, tags: haproxy,
...@@ -91,7 +90,6 @@ ...@@ -91,7 +90,6 @@
when: enable_multipathd | bool } when: enable_multipathd | bool }
- hosts: rabbitmq - hosts: rabbitmq
serial: '{{ serial|default("0") }}'
roles: roles:
- { role: rabbitmq, - { role: rabbitmq,
tags: rabbitmq, tags: rabbitmq,
......
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