- 16 May, 2013 1 commit
-
-
And also be liberal in what ansible-doc accepts as an empty requirements specification. While here fix a typo in template module documentation wrt jinja2 overrides example.
Stoned Elipot committed
-
- 11 May, 2013 1 commit
-
-
tweak position & look of Requirements in rst tweak APT's notes as per anhj's wish
Jan-Piet Mens committed
-
- 30 Apr, 2013 1 commit
-
-
Jan-Piet Mens committed
-
- 27 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 23 Apr, 2013 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 20 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 11 Apr, 2013 1 commit
-
-
make bin/ansible error output consistent for shell module as for the command module when no arguments
Serge van Ginderachter committed
-
- 10 Apr, 2013 2 commits
-
-
Decided to not deprecate legacy template syntax for now. Backwards compat is important, though the docs will suggest the new way.
Michael DeHaan committed -
Add code to flag legacy templating like $foo.{bar} as deprecated in favor of Jinja2 {{ foo.bar }} so we can remove the legacy system at a later date.
Michael DeHaan committed
-
- 09 Apr, 2013 1 commit
-
-
Seth Vidal committed
-
- 08 Apr, 2013 2 commits
-
-
Change the retry logic to write a limit file, able to source limit from files by indicating with @filename
Michael DeHaan committed -
When playbooks fail, attempt to create an inventory file in the inventory directory that allows rerunning of the playbook against only the hosts that failed.
Michael DeHaan committed
-
- 06 Apr, 2013 1 commit
-
-
of "-" to be less visually heavy (unless cowsay is installed of course)
Michael DeHaan committed
-
- 11 Mar, 2013 1 commit
-
-
one by one - asking for confirmation along the way. also allows to 'continue' after a certain point
Seth Vidal committed
-
- 18 Feb, 2013 2 commits
-
-
return DOC and EXAMPLES as a list add moduledev explanation more
Jan-Piet Mens committed -
Michael DeHaan committed
-
- 09 Feb, 2013 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 08 Feb, 2013 1 commit
-
-
Probably output is not useful if not used with --limit Works well with --check mode
Michael DeHaan committed
-
- 07 Feb, 2013 2 commits
- 06 Feb, 2013 1 commit
-
-
Stoned Elipot committed
-
- 04 Feb, 2013 1 commit
-
-
This implements a basic --check mode which for now is only implemented on template & copy operations. More detail will be shared with the list shortly.
Michael DeHaan committed
-
- 03 Feb, 2013 1 commit
-
-
This makes --list-hosts work more like actually running the playbook, and thus gets the correct hosts with regard to includes and similar. Fixes #1959.
Daniel Hokka Zakrisson committed
-
- 26 Jan, 2013 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 13 Jan, 2013 1 commit
-
-
Daniel Hokka Zakrisson committed
-
- 14 Dec, 2012 1 commit
-
-
Jan-Piet Mens committed
-
- 11 Dec, 2012 2 commits
-
-
Seth Vidal committed
-
Jan-Piet Mens committed
-
- 09 Dec, 2012 1 commit
-
-
add error handling when no arg passed to command module
Christopher A. Snapp committed
-
- 03 Dec, 2012 1 commit
-
-
Jan-Piet Mens committed
-
- 01 Dec, 2012 1 commit
-
-
check path is directory added manpage & setup small cleanup shut up module_formatter in utils to avoid trace print on crud files in library
Jan-Piet Mens committed
-
- 27 Nov, 2012 1 commit
-
-
This reduces the amount of times an inventory script has to be invoked.
Daniel Hokka Zakrisson committed
-
- 15 Nov, 2012 2 commits
-
-
Currently when more than one playbook is provided on the commandline, ansible-playbook --list-hosts will only consider the first playbook and stop. This change will make it work for the various different playbooks.
Dag Wieers committed -
When the inventory is empty, or the provided --limit subset returns an empty intersection, we don't want to loop over all plays but bail out at the very start.
Dag Wieers committed
-
- 12 Nov, 2012 1 commit
-
-
refers to #1345
fdavis committed
-
- 11 Nov, 2012 1 commit
-
-
--limit takes localhost, FQDN, and 127.0.0.1.
Stephen Fromm committed
-
- 02 Nov, 2012 1 commit
-
-
Chandler Latour committed
-