j0hnsmith
4650d8910e
Feature/add ansible play hosts all ( #17498 )
...
* refactor ignore_limits_and_restrictions
into ignore_limits and ignore_limitations
* add ansible_play_hosts_all
* update docs re ansible_play_hosts_all
* only use play.hosts when is has a value
* replace ansible_play_hosts with ansible_play_hosts_all
* remove unnecessary var
8 years ago
Richard Metzler
f02ad99569
typo ( #17517 )
8 years ago
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
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.`
9 years ago
nikut
54440a30c0
doc fix for delegate_to / ansible_host (issue #15546 ) ( #15605 )
9 years ago
Matthew Huxtable
b59b5a286b
docsite: add missing closing square bracket
9 years ago
Jan Warchoł
72f0679f68
Explain how 'run_once' interacts with 'serial'
9 years ago
Toshio Kuratomi
0211da2fe9
Clarify language of delegate_facts documentation
9 years ago
Brian Coca
c1cec64aa8
added delegate_facts docs
9 years ago
daburmistrov
7d5026a330
removing confusing parts
9 years ago
daburmistrov
0b277b43a4
add documentation about any_errors_fatal
9 years ago
Brian Coca
698b277601
changed github and galaxy to always be https
...
fixes #9925
9 years ago
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"
10 years ago
Mike Putnam
09ef8f5722
Typo fix in playbook delegation docs.
10 years ago
Michal Gasek
11d5656fde
docs: Add versionadded for run_once
10 years ago
Michael DeHaan
3066cd135e
Revise documentation versioning.
10 years ago
Howard Oettle
50c3de3317
Add example of rolling update using a percentage.
10 years ago
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
11 years ago
Christian Berendt
58ff9cd7c8
fixed typos found by RETF rules in RST files
...
rules are avaialble at https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos
11 years ago
mjfroehlich
1770ba7380
Update playbooks_delegation.rst
11 years ago
Michael DeHaan
a6b4b9a751
Show more whitespace throughout playbook examples to encourage better standards in first playbooks folks write.
11 years ago
Michael DeHaan
1c29f043b4
Add contents to various pages with more than one topic per page.
11 years ago
Michael DeHaan
041cea134f
New Sphinx theme has sidebar navigation so don't need TOC on each page.
11 years ago
Michael DeHaan
0cd09dd54f
Remove extra "latest/" subdirectory in docs build structure.
11 years ago