kolla-ansible/releasenotes/notes/disable-serial-in-default-442093aca22658f4.yaml
Jeffrey Zhang cad7fc35f7 Disable running playbooks in serial by default
Run playbooks in serial are unnecessary and may cause some issue. This
patch disables serial.

This patch also removes the serial for MariaDB playbook. MariaDB handle
this internally.

Partial-Bug: #1668185
Change-Id: I3b4216dd82607475e9bd9b44590b631be4abdbdd
2017-03-08 21:27:29 +08:00

6 lines
187 B
YAML

---
features:
- Run ansible playbooks in serial is disabled by default now. Serial is not
recommended. But you can enable it by configuring ANSIBLE_SERIAL
environment variable.