- 04 Nov, 2014 8 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
James Cammarata committed
-
Load aliases
Brian Coca committed -
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
- 03 Nov, 2014 7 commits
-
-
Only fallback to paramiko now when the ssh password has been set, either through inventory or via a prompt. Fixes #9470
James Cammarata committed -
James Cammarata committed
-
Docs: accelerate mode -> accelerated mode
James Cammarata committed -
Setting keepalive option before opening session
James Cammarata committed -
Add the default Homebrew path for OpenSSL certs on OS X
James Cammarata committed -
vars_files haven't been discussed yet
James Cammarata committed -
Brian Coca committed
-
- 02 Nov, 2014 1 commit
-
-
Brian Coca committed
-
- 01 Nov, 2014 3 commits
-
-
The docs sometimes referred to "accelerated mode" as "accelerate mode". This patch changes it to "accelerated mode" everywhere.
Lorin Hochstein committed -
Setting the keepalive option before opening up the paramiko session in order to avoid the slim chance that the connection is stalled in the short time between opening the session and setting up the keepalive. I described the issue I am solving at https://groups.google.com/forum/#!topic/ansible-project/rkwvz3vyvLk
akinsley committed -
more intelligent about ignoring files that are clearly not modules
Brian Coca committed
-
- 31 Oct, 2014 4 commits
-
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
Brian Coca committed
-
- 30 Oct, 2014 10 commits
-
-
Also removing cruft code from earlier iteration on task.py and fixing a bug where 'shell' was not removed from the task ds after munge() cleaned things up
James Cammarata committed -
Brian Coca committed
-
Brian Coca committed
-
Also reworking tests to cut down on the number of patches required by sub-classing the DataLoader() class and reworking the base object's structure a bit to allow its use
James Cammarata committed -
James Cammarata committed
-
Brian Coca committed
-
Brian Coca committed
-
something to show
Brian Coca committed -
function
Brian Coca committed -
added display of deprecated to ansible-doc now it does better job of using tty columns fixed indication truncation of desc with trailing ... removed extension from module list, also fixed matching exlusion blacklist
Brian Coca committed
-
- 29 Oct, 2014 7 commits
-
-
Update playbooks_variables.rst
James Cammarata committed -
Brian Coca committed
-
Jure Triglav committed
-
As per yum module documents it state only support 'present, absent and latest'
Toshio Kuratomi committed -
Current intro doc is pointing older way of using yum module.
Praveen Kumar committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-