August 15, 2013
View 2b96c34

Exit with status 3 if no failures but unreachable.

Jesse Keating authored on 2013/08/15 05:26:59
August 11, 2013
View 0988a86

Misc style fixes.

Michael DeHaan authored on 2013/08/11 06:59:05
August 7, 2013
View 5a47953

Never ask for SSH password when using local connection.

Andy R authored on 2013/08/07 21:05:59
June 27, 2013
View dc984d9

Updates to Ansible command options * 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 authored on 2013/06/27 10:57:31
April 27, 2013
View aa55268

Adds a logfile for ansible playbooks that can be set by the environment or configuration file.

Michael DeHaan authored on 2013/04/27 23:24:26
April 23, 2013
View be947e5

Resolve merge conflict

Michael DeHaan authored on 2013/04/23 12:57:20
April 12, 2013
View 94243e9

make bin/ansible error output consistent for shell module as for the command module when no arguments

Serge van Ginderachter authored on 2013/04/12 02:43:31
February 8, 2013
View a9162a8

Very basic --diff option for showing what happens when templates change.

Michael DeHaan authored on 2013/02/08 12:51:33
February 6, 2013
View 82011b0

For ansible --list-hosts benefit apply hosts selection limits early

Stoned Elipot authored on 2013/02/06 05:16:26
February 4, 2013
View fed82c2

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 authored on 2013/02/04 09:46:25
December 8, 2012
View 8655f64

add --list-hosts support to bin/ansible

Christopher A. Snapp authored on 2012/12/08 05:50:25
November 4, 2012
View 6f938c9

Merge branch 'playbook_ssh_ask_pass' of git://github.com/clatour/ansible into devel

Michael DeHaan authored on 2012/11/04 08:23:38
November 3, 2012
View f436a8c

Added config option for default ask for ssh_pass

Chandler Latour authored on 2012/11/03 00:53:26
October 27, 2012
View 604bf9f

Added config option to control default of asking or not for sudo password Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>

Brian Coca authored on 2012/10/27 03:49:56
October 4, 2012
View 0546481

Different return codes for different errors.

Aleksej Romanov authored on 2012/10/04 19:43:25