Files
community.general/lib/ansible/utils
James Cammarata 159aa26b36 FEATURE: adding variable serial batches
This feature changes the scalar value of `serial:` to a list, which
allows users to specify a list of values, so batches can be ramped
up (commonly called "canary" setups):

- hosts: all
  serial: [1, 5, 10, "100%"]
  tasks:
  ...
2016-08-04 15:04:10 -05:00
..
2015-05-03 21:47:26 -05:00
2016-07-23 18:09:20 -04:00
2016-06-28 10:57:41 -04:00
2016-06-06 15:24:44 +02:00