You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/playbook
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:
  ...
8 years ago
..
role Merge pull request #16555 from matsu-chara/fix-error-msg-default-to-defaults 8 years ago
__init__.py Save and restore the loader's basedir when loading playbooks 8 years ago
attribute.py Make the loop variable (item by default) settable per task 8 years ago
base.py add check_mode option for tasks (#16056) 8 years ago
become.py Fix misspelling and some cosmetic change 9 years ago
block.py Fixing issues with getattr caused by 5a3493b 8 years ago
conditional.py Another misspelling 9 years ago
handler.py FEATURE: handler listeners 8 years ago
handler_task_include.py Fixes #15915: New HandlerTaskInclude Class which can run TaskIncludes inside Handlers 8 years ago
helpers.py Force an include to be a static task if no vars or loops are being used. (#16192) 8 years ago
included_file.py Make the loop variable (item by default) settable per task 8 years ago
loop_control.py Make the loop variable (item by default) settable per task 8 years ago
play.py FEATURE: adding variable serial batches 8 years ago
play_context.py add check_mode option for tasks (#16056) 8 years ago
playbook_include.py Fixes #15745 playbook include: Conditional scoping 8 years ago
taggable.py Split up comma-separated tags properly 9 years ago
task.py fixed lookup search path (#16630) 8 years ago
task_include.py Treat "static: yes/no" with higher priority than "task_includes_static" in ansible.cfg 8 years ago
vars.py Making the switch to v2 9 years ago
vars_file.py Making the switch to v2 9 years ago