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
Duncan Lock
05dd07c97c
Two minor grammar fixes ( #16090 )
...
* 'putting a playbook on a crontab' -> 'putting a playbook in a crontab'
* `tasks marked as "run_once" will be ran on one host in *each* serial batch.` -> `tasks marked as "run_once" will be run on one host in *each* serial batch.`
2016-06-01 16:36:18 -04:00
nikut
54440a30c0
doc fix for delegate_to / ansible_host (issue #15546 ) ( #15605 )
2016-04-26 11:18:06 -04:00
Matthew Huxtable
b59b5a286b
docsite: add missing closing square bracket
2016-02-22 16:07:48 +00:00
Jan Warchoł
72f0679f68
Explain how 'run_once' interacts with 'serial'
2015-12-10 16:22:37 +01:00
Toshio Kuratomi
0211da2fe9
Clarify language of delegate_facts documentation
2015-12-09 08:44:46 -08:00
Brian Coca
c1cec64aa8
added delegate_facts docs
2015-12-08 14:18:38 -08:00
daburmistrov
7d5026a330
removing confusing parts
2015-08-06 16:51:04 +03:00
daburmistrov
0b277b43a4
add documentation about any_errors_fatal
2015-08-04 22:09:33 +03:00
Brian Coca
698b277601
changed github and galaxy to always be https
...
fixes #9925
2015-07-11 11:33:28 -04:00
simontite-capita-ti
21094614c0
Update playbooks_delegation.rst
...
There's a space missing "hosts:127.0.0.1" should be "hosts: 127.0.0.1"
2015-02-09 11:05:21 +00:00
Mike Putnam
09ef8f5722
Typo fix in playbook delegation docs.
2014-12-10 12:13:31 -06:00
Michal Gasek
11d5656fde
docs: Add versionadded for run_once
2014-09-02 11:42:32 +02:00
Michael DeHaan
3066cd135e
Revise documentation versioning.
2014-08-08 13:46:57 -04:00
Howard Oettle
50c3de3317
Add example of rolling update using a percentage.
2014-08-08 13:46:57 -04:00
Matt Martz
0e953c2863
Add run_once task key
...
This caused the task to act like bypass host loop plugin and
execute only on a single host. Can be used with delegate_to
2014-05-19 12:33:47 -05:00
Christian Berendt
58ff9cd7c8
fixed typos found by RETF rules in RST files
...
rules are avaialble at https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos
2014-05-03 17:59:50 +02:00
mjfroehlich
1770ba7380
Update playbooks_delegation.rst
2014-04-27 21:07:09 +02:00
Michael DeHaan
a6b4b9a751
Show more whitespace throughout playbook examples to encourage better standards in first playbooks folks write.
2014-02-28 14:18:44 -05:00
Michael DeHaan
1c29f043b4
Add contents to various pages with more than one topic per page.
2013-12-26 14:35:57 -05:00
Michael DeHaan
041cea134f
New Sphinx theme has sidebar navigation so don't need TOC on each page.
2013-12-24 17:29:28 -05:00
Michael DeHaan
0cd09dd54f
Remove extra "latest/" subdirectory in docs build structure.
2013-10-14 08:27:30 -04:00