- 16 Oct, 2013 1 commit
-
-
skip "module" not found as plugin, id est directory
Stoned Elipot committed
-
- 21 Sep, 2013 1 commit
-
-
James Cammarata committed
-
- 07 Sep, 2013 1 commit
-
-
Alan Descoins committed
-
- 03 Sep, 2013 1 commit
-
-
John Florian committed
-
- 22 Aug, 2013 2 commits
-
-
Alek Storm committed
-
Alek Storm committed
-
- 20 Aug, 2013 1 commit
-
-
This extends ansible-pull so that it can support using other source_control modules for checking out a playbook repository (issue #3372). This will check to see if the module exists before it attempts to do the checkout and will exit if the module is not found. It requires that the module used to check out the repository support the parameters 'name' and 'version'. The option -C, --checkout is now optional and defaults to the module's default behavior for selecting a branch, tag, or commit value. For git, this continues to be HEAD. Other changes include: * Remove git from help and use generic term(s) where needed. * Use SortedOptParser from ansible.utils * More abstraction of common options used between ansible and ansible-playbook.
Stephen Fromm committed
-
- 14 Aug, 2013 1 commit
-
-
Provide hints to playbook callers that a playbook execution had unreachable vs failures. 2 == failures, 3 == no failures, but unreachable hosts. 0 continues to be all good.
Jesse Keating committed
-
- 10 Aug, 2013 1 commit
-
-
Michael DeHaan committed
-
- 07 Aug, 2013 1 commit
-
-
With the command line option "-c local", ansible and ansible-playbook should never ask for a SSH password even if this is set in the config. Fixes #3720
Andy R committed
-
- 23 Jul, 2013 1 commit
-
-
Alan Descoins committed
-
- 21 Jul, 2013 1 commit
-
-
Michael DeHaan committed
-
- 16 Jul, 2013 1 commit
-
-
Alan Descoins committed
-
- 05 Jul, 2013 1 commit
-
-
we chdir into this path and read the playbook/inventory if a non-absolute path is given on the command line, that will fail
Matt Lesko committed
-
- 30 Jun, 2013 1 commit
-
-
Stavros Korokithakis committed
-
- 27 Jun, 2013 1 commit
-
-
* Moved the --list-hosts option that is common to both `ansible` and `ansible-playbook` into utils/__init__.py (corrects a FIXME) * Wrote new help text for the --list-hosts option that makes sense for both of the commands that it applies to * Changed the usage argument in `ansible-playbook` so that it is setup in the base_parser method the same way that it is in the `ansible` executable * Updated the help text for several options to correct typos, clarify meaning, improve readability, or fix grammatical errors. In the case of `ansible-pull`, I changed the help text so that it adheres to the same standards as the other executables.
Joshua Lund committed
-
- 21 Jun, 2013 1 commit
-
-
Mark Mandel committed
-
- 02 Jun, 2013 2 commits
-
-
Stephen Fromm committed
-
Add option to specify inventory. No default is defined since ansible-playbook already does this and it allows an ansible.cfg in the git repository to take precedence. Overall, this should help ansible-pull work with less setup in advance, which should be helpful in kickstart scenarios. Much of this was discussed in issue #2464.
Stephen Fromm committed
-
- 01 Jun, 2013 2 commits
-
-
Allow the group_vars and host_vars directories to be stored alongside the playbook as well as inventory.
Michael DeHaan committed -
A recent change to ansible-playbook to support json extra-vars also inadvertently broke the script when no extra-vars are provided. Simply checking to make sure it is defined and truthy should take care of the issue.
Kent Frazier committed
-
- 28 May, 2013 1 commit
-
-
If --extra-vars starts with either a '{' or a '[', it will be assumed we are dealing with JSON and parse the data as such.
Fabio Bonelli committed
-
- 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 1 commit
-
-
Michael DeHaan committed
-